X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/ac40fd9eb9d1980c90dc009d526a23ead1ec0f76..refs/tags/upstream/0.63.0:/gdbmobj/gdbmobj.h diff --git a/gdbmobj/gdbmobj.h b/gdbmobj/gdbmobj.h index 0b18e72..388ba56 100644 --- a/gdbmobj/gdbmobj.h +++ b/gdbmobj/gdbmobj.h @@ -6,7 +6,7 @@ ** distribution information. */ -static const char gdbmobj_h_rcsid[]="$Id: gdbmobj.h,v 1.7 2007/03/01 04:32:04 mrsam Exp $"; +static const char gdbmobj_h_rcsid[]="$Id: gdbmobj.h,v 1.8 2009/06/27 16:32:38 mrsam Exp $"; #include "gdbm.h" @@ -40,7 +40,7 @@ char *gdbmobj_firstkey(struct gdbmobj *, size_t *, char **, size_t *); char *gdbmobj_nextkey(struct gdbmobj *, size_t *, char **, size_t *); #ifdef __cplusplus -} ; +} #include @@ -48,8 +48,8 @@ class GdbmObj { struct gdbmobj obj; - GdbmObj(const GdbmObj &); // Undefined - GdbmObj &operator=(const GdbmObj &); // Undefined + GdbmObj(const GdbmObj &); /* Undefined */ + GdbmObj &operator=(const GdbmObj &); /* Undefined */ public: GdbmObj() { gdbmobj_init(&obj); }