rfc1918_parser.h

00001 /*
00002  * Warning: This file is auto generated from a ragel syntax (rfc1918_parser.rl),
00003  * do not change it!
00004  */   
00005 
00006 #ifndef rfc1918_parser_h
00007 #define rfc1918_parser_h
00008 
00009 
00010 #include <sys/types.h>
00011 
00012 
00013 unsigned int rfc1918_parser_execute(const char *str, size_t len);
00014 
00015 
00016 #endif