BSD 4_3_Reno release
[unix-history] / usr / src / include / nlist.h
index 48cf5ed..84891d0 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)nlist.h     5.2 (Berkeley) 4/7/87
+ *     @(#)nlist.h     5.4 (Berkeley) 5/29/90
  */
 
 /*
  */
 
 /*
@@ -44,3 +44,9 @@ struct        nlist {
  * Format for namelist values.
  */
 #define        N_FORMAT        "%08x"
  * Format for namelist values.
  */
 #define        N_FORMAT        "%08x"
+
+#if __STDC__ || c_plusplus
+extern int nlist(const char *, struct nlist *);
+#else
+extern int nlist();
+#endif