File: cucipop.h

package info (click to toggle)
cucipop 1.31-13
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 292 kB
  • ctags: 394
  • sloc: ansic: 2,380; sh: 157; makefile: 103
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
/*$Id: cucipop.h,v 1.3 1997/08/01 01:00:33 srb Exp $*/

void castlower(char*string);
void blocksignals(void);
void setsignals(void);

extern FILE*sockin;
extern long spoofcheck;

#define STRLEN(x)	(sizeof(x)-1)