prototype for `alloc_buffer'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1729 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-18 19:59:58 +00:00
parent d884219a5a
commit b59f99788c

View File

@@ -49,4 +49,14 @@
void set_buffer_size(int, int);
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
void *alloc_buffer (void *oldbuf, size_t *sz, struct stat *st);
#endif /* __COMMON_H__ */