File: audit.h

package info (click to toggle)
filter 2.6.3%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,024 kB
  • ctags: 896
  • sloc: ansic: 4,023; sh: 3,833; makefile: 158
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

/* I think this is the only routine in audit.c that is used by
 * other folks
 */

#ifdef ANSI_C
extern char * date_n_user();
extern char * datestring();
#endif