Deleted Added
full compact
advcap.h (71333) advcap.h (78064)
1/* $FreeBSD: head/usr.sbin/rtadvd/advcap.h 71333 2001-01-21 15:25:46Z itojun $ */
2/* $KAME$ */
1/* $FreeBSD: head/usr.sbin/rtadvd/advcap.h 78064 2001-06-11 12:39:29Z ume $ */
2/* $KAME: advcap.h,v 1.3 2001/02/01 09:12:08 jinmei Exp $ */
3
4/*
5 * Copyright (C) 1994,1995 by Andrey A. Chernov, Moscow, Russia.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 22 unchanged lines hidden (view full) ---

33#define _ADVCAP_H_
34
35#include <sys/cdefs.h>
36
37__BEGIN_DECLS
38
39extern int agetent __P((char *, const char *));
40extern int agetflag __P((const char *));
3
4/*
5 * Copyright (C) 1994,1995 by Andrey A. Chernov, Moscow, Russia.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 22 unchanged lines hidden (view full) ---

33#define _ADVCAP_H_
34
35#include <sys/cdefs.h>
36
37__BEGIN_DECLS
38
39extern int agetent __P((char *, const char *));
40extern int agetflag __P((const char *));
41extern int agetnum __P((const char *));
41extern long long agetnum __P((const char *));
42extern char *agetstr __P((const char *, char **));
43
44__END_DECLS
45
46#endif /* _ADVCAP_H_ */
42extern char *agetstr __P((const char *, char **));
43
44__END_DECLS
45
46#endif /* _ADVCAP_H_ */