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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user