ubase/ubase.h

14 lines
260 B
C
Raw Normal View History

/* See LICENSE file for copyright and license details. */
2013-08-06 15:39:00 -04:00
/* grabmntinfo.c */
struct mntinfo {
const char *fsname;
const char *mntdir;
};
int grabmntinfo(struct mntinfo **minfo);
2013-08-06 15:08:41 -04:00
/* syslog.c */
int syslog_size(void);
int syslog_read(void *buf, size_t n);