Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262
8 lines
190 B
C
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
|