/* passlogd - passive syslog capture daemon copyright (c) 2005 - christian void <cvoid@morphine.com> file: util.h history: 07jun01 cvoid: added sanitize_buffer(). 04jun01 cvoid: added reverse_lookup(). 03jun01 cvoid: created. */ /* INIT_BUF */ void init_buf(char x[], int size); int find_header_length(int d); int reverse_lookup(char * addrstr); void sanitize_buffer(char * buffer, int buflen);