aboutsummaryrefslogtreecommitdiffstats
path: root/guts/acct.c
blob: 422aa9f089853c25a686dca5a0705ce308678e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_acct(const char *path) {
 *	int rc = -1;
 */

	rc = real_acct(path);

/*	return rc;
 * }
 */