File: revoke.c

package info (click to toggle)
linux86 0.13.0-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 4,144 kB
  • ctags: 9,433
  • sloc: ansic: 56,153; asm: 5,319; makefile: 1,212; sh: 563; 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;	
}