Changeset 30620 for trunk/ppStack/src/ppStackOptions.c
- Timestamp:
- Feb 13, 2011, 11:52:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.c
r27427 r30620 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 5 #include <pslib.h> 6 #include "ppStackLoop.h" 1 #include "ppStack.h" 7 2 8 3 static void stackOptionsFree(ppStackOptions *options) … … 36 31 psFree(options->inspect); 37 32 psFree(options->rejected); 33 38 34 return; 39 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
