use standard uintN_t types for portability

This commit is contained in:
bodea 2004-12-16 08:49:52 +00:00
parent cd4f292462
commit 6b1075b65c
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);