Changeset 1614 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Jan 7, 2007, 7:34:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1613 r1614 40 40 #include "libzzuf.h" 41 41 #include "random.h" 42 #include "chars.h"43 42 #include "fd.h" 44 43 #include "fuzz.h" … … 55 54 static void usage(void); 56 55 #endif 57 58 /* Global tables */59 int _zz_protect[256];60 int _zz_refuse[256];61 56 62 57 static struct child_list … … 234 229 235 230 if(protect) 236 _zz_ readchars(_zz_protect,protect);231 _zz_protect(protect); 237 232 if(refuse) 238 _zz_re adchars(_zz_refuse, protect);233 _zz_refuse(refuse); 239 234 240 235 _zz_fd_init();
Note: See TracChangeset
for help on using the changeset viewer.