Commit e16dad10 by Christian Seiler Committed by Daniel Lezcano

Add missing double-include #ifndef/#define/#endif to confile.h

parent d79579e8
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef _confile_h
#define _confile_h
struct lxc_conf; struct lxc_conf;
struct lxc_list; struct lxc_list;
...@@ -30,3 +33,5 @@ extern int lxc_config_readline(char *buffer, struct lxc_conf *conf); ...@@ -30,3 +33,5 @@ extern int lxc_config_readline(char *buffer, struct lxc_conf *conf);
extern int lxc_config_define_add(struct lxc_list *defines, char* arg); extern int lxc_config_define_add(struct lxc_list *defines, char* arg);
extern int lxc_config_define_load(struct lxc_list *defines, extern int lxc_config_define_load(struct lxc_list *defines,
struct lxc_conf *conf); struct lxc_conf *conf);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment