- (stevesk) sync misc.h
This commit is contained in:
parent
f70b59c039
commit
d009ae3d04
|
@ -132,6 +132,7 @@
|
||||||
cleanup all channels.
|
cleanup all channels.
|
||||||
- (bal) forget a few new files in sync up.
|
- (bal) forget a few new files in sync up.
|
||||||
- (bal) Makefile fix up requires scard.c
|
- (bal) Makefile fix up requires scard.c
|
||||||
|
- (stevesk) sync misc.h
|
||||||
|
|
||||||
20010629
|
20010629
|
||||||
- (bal) Removed net_aton() since we don't use it any more
|
- (bal) Removed net_aton() since we don't use it any more
|
||||||
|
@ -5959,4 +5960,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1378 2001/07/04 05:40:19 mouring Exp $
|
$Id: ChangeLog,v 1.1379 2001/07/04 17:25:54 stevesk Exp $
|
||||||
|
|
3
misc.h
3
misc.h
|
@ -21,13 +21,14 @@ char *cleanhostname(char *);
|
||||||
char *colon(char *);
|
char *colon(char *);
|
||||||
long convtime(const char *);
|
long convtime(const char *);
|
||||||
|
|
||||||
|
struct passwd *pwcopy(struct passwd *);
|
||||||
|
|
||||||
typedef struct arglist arglist;
|
typedef struct arglist arglist;
|
||||||
struct arglist {
|
struct arglist {
|
||||||
char **list;
|
char **list;
|
||||||
int num;
|
int num;
|
||||||
int nalloc;
|
int nalloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
|
void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
|
||||||
|
|
||||||
/* wrapper for signal interface */
|
/* wrapper for signal interface */
|
||||||
|
|
Loading…
Reference in New Issue