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

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

version 1.6, 2003/06/26 19:34:17 version 1.7, 2003/08/01 17:38:33
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.6  
changed lines
  Added in v.1.7