~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to lib/command-line.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
void run_command(int argc, char *argv[], const struct command[]);
35
35
 
36
36
void proctitle_init(int argc, char **argv);
37
 
#ifdef __FreeBSD__
 
37
#if defined(__FreeBSD__) || defined(__NetBSD__)
38
38
#define proctitle_set setproctitle
39
39
#else
40
40
void proctitle_set(const char *, ...)