summaryrefslogblamecommitdiffstats
path: root/include/setproctitle.h
blob: 70a9efa10d4b74ba423c5c15c780c38af12c89af (plain) (tree)
1
2
3
4
5
6
7




                                                             
 
      
#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