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

Diff for /src/include/Attic/bm.h between version 1.5 and 1.6

version 1.5, 2003/06/26 18:35:13 version 1.6, 2003/06/26 19:34:17
Line 51 
Line 51 
   
 __BEGIN_DECLS  __BEGIN_DECLS
 bm_pat  *bm_comp(u_char const *, size_t, u_char const *);  bm_pat  *bm_comp(u_char const *, size_t, u_char const *);
 u_char  *bm_exec(bm_pat *, u_char *, size_t)  u_char  *bm_exec(bm_pat *, u_char *, size_t);
                 __attribute__ ((__bounded__(__string__,2,3)));  
 void     bm_free(bm_pat *);  void     bm_free(bm_pat *);
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6