X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcfg.h;h=e159244ebbf5bf8e705ebdd6d1c96bf1bd353df0;hb=49c36903d6d65bed96cba31f05534510a21a68d7;hp=42345f86b155a4b07badf415541396f728a5d4fc;hpb=a5e54d9b6f8002f34cc792df69e6eda68cf95223;p=openvswitch diff --git a/lib/cfg.h b/lib/cfg.h index 42345f86..e159244e 100644 --- a/lib/cfg.h +++ b/lib/cfg.h @@ -26,6 +26,7 @@ struct svec; struct ofpbuf; +void cfg_init(void); int cfg_set_file(const char *file_name); int cfg_read(void); int cfg_lock(uint8_t *cookie, int timeout);