summaryrefslogtreecommitdiff
path: root/src/domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/domain.c')
-rw-r--r--src/domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/domain.c b/src/domain.c
index 90d6b414..be5d2221 100644
--- a/src/domain.c
+++ b/src/domain.c
@@ -14,7 +14,7 @@
#include "list.h"
#include "domain.h"
-typedef struct Rule {
+typedef struct {
char *origin;
char *destination;
} Rule;