Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

util_str.h

Go to the documentation of this file.
00001 /**
00002  * @file   util_str.h
00003  * @author Chris Green <cmg@sourcefire.com>
00004  * @date   Fri Jun 27 10:34:37 2003
00005  * 
00006  * @brief  string utility functions
00007  * 
00008  * some string handling wrappers
00009  */
00010 
00011 #ifndef _UTIL_STR_H
00012 #define _UTIL_STR_H
00013 
00014 int str2int(char *str, int *ret, int allow_negative);
00015 int toggle_option(char *name, char *value, int *opt_value);
00016 
00017 #endif /* _UTIL_STR_H */
00018 

Generated on Sun May 14 14:51:18 2006 by  doxygen 1.4.2