X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdirs.h;h=30353059806114928789eb06076100b4cfcaba83;hb=eb8b28e7da920d162f439a5a58088982f0da58a1;hp=ea5e3b5daa43e1a35cd1d22d1f3db4a383087f48;hpb=bc39196036f8e33d15274855087f0c47be2095ee;p=openvswitch diff --git a/lib/dirs.h b/lib/dirs.h index ea5e3b5d..30353059 100644 --- a/lib/dirs.h +++ b/lib/dirs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,9 +17,9 @@ #ifndef DIRS_H #define DIRS_H 1 -extern const char ovs_pkgdatadir[]; /* /usr/local/share/openvswitch */ -extern const char ovs_rundir[]; /* /usr/local/var/run/openvswitch */ -extern const char ovs_logdir[]; /* /usr/local/var/log/openvswitch */ -extern const char ovs_bindir[]; /* /usr/local/bin */ +const char *ovs_pkgdatadir(void); /* /usr/local/share/openvswitch */ +const char *ovs_rundir(void); /* /usr/local/var/run/openvswitch */ +const char *ovs_logdir(void); /* /usr/local/var/log/openvswitch */ +const char *ovs_bindir(void); /* /usr/local/bin */ #endif /* dirs.h */