Files
android_bootable_recovery/libblkid/setproctitle.h
bigbiff bigbiff e60683a0d5 use libblkid to get filesystem type
we can now use libblkid to detect exfat
2013-02-25 09:06:46 -05:00

8 lines
190 B
C

#ifndef UTIL_LINUX_SETPROCTITLE_H
#define UTIL_LINUX_SETPROCTITLE_H
extern void initproctitle (int argc, char **argv);
extern void setproctitle (const char *prog, const char *txt);
#endif