equal
deleted
inserted
replaced
13 |
13 |
14 #ifdef __cplusplus |
14 #ifdef __cplusplus |
15 extern "C" { |
15 extern "C" { |
16 #endif |
16 #endif |
17 |
17 |
18 static const char auth_h_rcsid[]="$Id: auth.h,v 1.1 2000/04/13 17:55:05 bruce Exp $"; |
18 static const char auth_h_rcsid[]="$Id: auth.h,v 1.2 2000/12/18 20:20:10 bruce Exp $"; |
19 |
19 |
20 /* |
20 /* |
21 ** authcopyargv prepares the arguments to execv for a module that receives |
21 ** authcopyargv prepares the arguments to execv for a module that receives |
22 ** the next program to run, in a chain, via the command line. |
22 ** the next program to run, in a chain, via the command line. |
23 ** |
23 ** |