X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fpasswddb.h;h=357bfe430864e03bbf4aa07c892c04c3378e499e;hp=ebbc9198fdaeb3b6d096b6f263a12556ff61be2d;hb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f;hpb=4247c4670f5bc5ad61e458734a590d57be5a9f34 diff --git a/include/passwddb.h b/include/passwddb.h index ebbc919..357bfe4 100644 --- a/include/passwddb.h +++ b/include/passwddb.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 1998, Index Data ApS + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: passwddb.h,v $ + * Revision 1.3 1999-05-26 07:49:13 adam + * C++ compilation. + * + * Revision 1.2 1998/06/25 09:55:47 adam + * Minor changes - fixex headers. + * + */ + +#ifndef PASSWDDB_H +#define PASSWDDB_H + +#ifdef __cplusplus +extern "C" { +#endif typedef struct passwd_db *Passwd_db; @@ -7,5 +27,9 @@ int passwd_db_file (Passwd_db db, const char *fname); void passwd_db_close (Passwd_db db); void passwd_db_show (Passwd_db db); +#ifdef __cplusplus +} +#endif +#endif