ubase/ubase.h

12 lines
239 B
C
Raw Normal View History

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