You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/ipops/rfc1918_parser.h

17 lines
265 B

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