X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=vtep%2Fvtep-ctl.c;h=8a164507318b5261863d73eda634642448544965;hb=270f328621bfd8f80659150d5d3eec51754b5bfb;hp=3576313087c3cf4862924d22ff410197364561f2;hpb=d72eff6cec01187d9b6b0f8befdbdec0943e6012;p=cascardo%2Fovs.git diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c index 357631308..8a1645073 100644 --- a/vtep/vtep-ctl.c +++ b/vtep/vtep-ctl.c @@ -121,10 +121,10 @@ static struct table_style table_style = TABLE_STYLE_DEFAULT; static struct ovsdb_idl *the_idl; static struct ovsdb_idl_txn *the_idl_txn; -static void vtep_ctl_exit(int status) NO_RETURN; -static void vtep_ctl_fatal(const char *, ...) PRINTF_FORMAT(1, 2) NO_RETURN; +NO_RETURN static void vtep_ctl_exit(int status); +NO_RETURN static void vtep_ctl_fatal(const char *, ...) PRINTF_FORMAT(1, 2); static char *default_db(void); -static void usage(void) NO_RETURN; +NO_RETURN static void usage(void); static void parse_options(int argc, char *argv[], struct shash *local_options); static bool might_write_to_db(char **argv);