aboutsummaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c
index b28efdeb..82079957 100644
--- a/src/search.c
+++ b/src/search.c
@@ -27,6 +27,7 @@
27#include "platform.h" 27#include "platform.h"
28#include "search.h" 28#include "search.h"
29#include "helper.h" 29#include "helper.h"
30#include "main.h"
30#include <extractor.h> 31#include <extractor.h>
31 32
32/** 33/**
@@ -43,8 +44,6 @@ static SearchList * head;
43 44
44static GtkListStore * summary; 45static GtkListStore * summary;
45 46
46extern char *gladeFile;
47
48/** 47/**
49 * Recursively free the (internal) model data fields 48 * Recursively free the (internal) model data fields
50 * (uri and meta) from the search tree model. 49 * (uri and meta) from the search tree model.