[BACK]Return to nlist.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/nlist.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:45:46 version 1.3, 2002/02/16 21:27:17
Line 85 
Line 85 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int nlist __P((const char *, struct nlist *));  int nlist(const char *, struct nlist *);
 __END_DECLS  __END_DECLS
   
 #endif /* !_NLIST_H_ */  #endif /* !_NLIST_H_ */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3