2
0
Fork 0

Fix cyclic header dependency problem

personal/stbuehler/wip
Stefan Bühler 2008-07-15 22:11:53 +02:00
parent 5c472203d7
commit 468b5afc15
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ typedef action_result (*action_func)(struct server *srv, struct connection *con,
#include "condition.h"
#include "plugin.h"
#include "options.h"
struct action_list {
gint refcount;

View File

@ -16,7 +16,7 @@ typedef struct option option;
struct option_set;
typedef struct option_set option_set;
#include "base.h"
#include "settings.h"
struct option {
option_type type;