ossp-pkg/act/act_hash.h 1.6 -> 1.7
--- act_hash.h 2002/01/02 17:05:53 1.6
+++ act_hash.h 2003/01/06 12:10:57 1.7
@@ -1,9 +1,10 @@
-/*
-** Act - Abstract Container Type Library
-** Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+/*
+** OSSP act - Abstract Container Types
+** Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+** Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
**
-** This file is part of Act, a library for dealing with Abstract
-** Container Types which can be found at http://www.ossp.org/pkg/act/.
+** This file is part of OSSP act, an abstract container type library
+** which can be found at http://www.ossp.org/pkg/lib/act/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
@@ -29,7 +30,7 @@
#ifndef _ACT_HASH_H_
#define _ACT_HASH_H_
-/* the opaque hashing data structure */
+/* the opaque hashing data structure */
struct act_hash_st;
typedef struct act_hash_st act_hash_t;
@@ -111,6 +112,6 @@
__act_hash_fct_proto(holub);
__act_hash_fct_proto(cbu);
__act_hash_fct_proto(cvs);
-
+
#endif /* _ACT_HASH_H_ */
|
|