X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcfg.h;h=e159244ebbf5bf8e705ebdd6d1c96bf1bd353df0;hb=67a4917b07031b387beafaedce413b4207214059;hp=42345f86b155a4b07badf415541396f728a5d4fc;hpb=867fb42cba19c25cfbe4f6752ebd3e44c29be2a1;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);