rfc1918_parser.h 265 B

12345678910111213141516
  1. /*
  2. * Warning: This file is auto generated from a ragel syntax (rfc1918_parser.rl),
  3. * do not change it!
  4. */
  5. #ifndef rfc1918_parser_h
  6. #define rfc1918_parser_h
  7. #include <sys/types.h>
  8. unsigned int rfc1918_parser_execute(const char *str, size_t len);
  9. #endif