ossp-pkg/act/act_ds.h 1.1 -> 1.2
--- act_ds.h 2002/01/21 16:15:39 1.1
+++ act_ds.h 2003/01/06 12:10:57 1.2
@@ -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_DS_H__
#define __ACT_DS_H__
-/* the opaque data structure type */
+/* the opaque data structure type */
struct act_ds_st;
typedef struct act_ds_st act_ds_t;
@@ -59,7 +60,7 @@
/* ---------------------------------------------------------------------------------- */
-typedef struct {
+typedef struct {
void *ptr;
size_t *len;
} act_blob_t;
|
|