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

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

version 1.2, 1997/09/21 10:45:27 version 1.3, 2002/02/16 21:27:17
Line 54 
Line 54 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 bm_pat  *bm_comp __P((u_char const *, size_t, u_char const *));  bm_pat  *bm_comp(u_char const *, size_t, u_char const *);
 u_char  *bm_exec __P((bm_pat *, u_char *, size_t));  u_char  *bm_exec(bm_pat *, u_char *, size_t);
 void     bm_free __P((bm_pat *));  void     bm_free(bm_pat *);
 __END_DECLS  __END_DECLS
   
 #endif /* !_BM_H_ */  #endif /* !_BM_H_ */

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