File: revoke.c

package info (click to toggle)
linux86 0.14.3-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,292 kB
  • ctags: 9,729
  • sloc: ansic: 59,507; asm: 5,405; makefile: 1,253; sh: 642; pascal: 29
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
/* revoke.c - can't quite emulate BSD revoke? - rick sladkey */


int revoke(line)
char *line;
{
	return 0;	
}