use standard uintN_t types for portability

This commit is contained in:
Brendan O'Dea 2004-12-16 08:49:52 +00:00
parent fcf03c43e3
commit 9d199a1046
23 changed files with 664 additions and 657 deletions

2
util.h
View file

@ -1,7 +1,7 @@
#ifndef __UTIL_H__
#define __UTIL_H__
char *fmtaddr(ipt addr, int n);
char *fmtaddr(in_addr_t addr, int n);
void *shared_malloc(unsigned int size);
pid_t fork_and_close(void);