File: util.h

package info (click to toggle)
rlinetd 0.5.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 980 kB
  • ctags: 784
  • sloc: sh: 7,352; ansic: 4,883; yacc: 1,315; lex: 111; makefile: 73; perl: 4
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#ifndef H_UTIL
#define H_UTIL

int rl_readfile(char *, void **, int *);

#endif /* !H_UTIL */