diff options
author | jardin <jardin> | 2003-12-23 08:56:18 +0000 |
---|---|---|
committer | jardin <jardin> | 2003-12-23 08:56:18 +0000 |
commit | 9e867fe663c4eb43c36f35067c0dd092e8c83c14 (patch) | |
tree | f29461b6a2dc8c38037dc0cf91e70392f9ed4ab2 /isisd/isis_misc.h | |
parent | eb5d44eb8dcf25a1b328e57d1eabb1f89e3bc59b (diff) |
Merge isisd into the Quagga's framework:
- add privs support
- use misc quagga's definitions
- make it compile"able"
- fix segfault cases related to hostname()
- add debug isis xxx command
This patch has been approved by Paul Jakma.
Diffstat (limited to 'isisd/isis_misc.h')
-rw-r--r-- | isisd/isis_misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_misc.h b/isisd/isis_misc.h index 0e219c65..ca0c0ae3 100644 --- a/isisd/isis_misc.h +++ b/isisd/isis_misc.h @@ -53,6 +53,8 @@ char *nlpid2string (struct nlpids *); */ int speaks (struct nlpids *nlpids, int family); unsigned long isis_jitter (unsigned long timer, unsigned long jitter); +const char * unix_hostname(void); + /* * macros |