Minor changes - fixex headers.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Jun 1998 09:55:47 +0000 (09:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Jun 1998 09:55:47 +0000 (09:55 +0000)
include/passwddb.h
include/sortidx.h
index/sortidx.c
util/passwddb.c

index ebbc919..034a24d 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 1998, Index Data ApS
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: passwddb.h,v $
+ * Revision 1.2  1998-06-25 09:55:47  adam
+ * Minor changes - fixex headers.
+ *
+ */
+
+#ifndef PASSWDDB_H
+#define PASSWDDB_H
 
 typedef struct passwd_db *Passwd_db;
 
 
 typedef struct passwd_db *Passwd_db;
 
@@ -7,5 +20,5 @@ int passwd_db_file (Passwd_db db, const char *fname);
 void passwd_db_close (Passwd_db db);
 void passwd_db_show (Passwd_db db);
 
 void passwd_db_close (Passwd_db db);
 void passwd_db_show (Passwd_db db);
 
-
+#endif
 
 
index 1daac80..bdfb477 100644 (file)
@@ -1,10 +1,13 @@
 /*
 /*
- * Copyright (C) 1994-1998, Index Data I/S 
+ * Copyright (C) 1994-1998, Index Data ApS
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: sortidx.h,v $
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: sortidx.h,v $
- * Revision 1.1  1998-02-10 12:03:05  adam
+ * Revision 1.2  1998-06-25 09:55:49  adam
+ * Minor changes - fixex headers.
+ *
+ * Revision 1.1  1998/02/10 12:03:05  adam
  * Implemented Sort.
  *
  */
  * Implemented Sort.
  *
  */
index 4980a9a..8993d1b 100644 (file)
@@ -1,4 +1,14 @@
-
+/*
+ * Copyright (C) 1998, Index Data ApS
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: sortidx.c,v $
+ * Revision 1.2  1998-06-25 09:55:50  adam
+ * Minor changes - fixex headers.
+ *
+ */
 #include <string.h>
 
 #include <log.h>
 #include <string.h>
 
 #include <log.h>
index ed4822b..ad14e8e 100644 (file)
@@ -1,8 +1,21 @@
-
+/*
+ * Copyright (C) 1998, Index Data ApS
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: passwddb.c,v $
+ * Revision 1.2  1998-06-25 09:55:51  adam
+ * Minor changes - fixex headers.
+ *
+ */
 #include <unistd.h>
 #include <string.h>
 #include <stdio.h>
 
 #include <unistd.h>
 #include <string.h>
 #include <stdio.h>
 
+#ifndef USE_CRYPT
+#define USE_CRYPT 1
+#endif
+
 #if USE_CRYPT
 #include <crypt.h>
 #endif
 #if USE_CRYPT
 #include <crypt.h>
 #endif