summaryrefslogtreecommitdiff
path: root/apps/plugins/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sort.c')
-rw-r--r--apps/plugins/sort.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/sort.c b/apps/plugins/sort.c
index cf91dbb4dd..7ba510ec32 100644
--- a/apps/plugins/sort.c
+++ b/apps/plugins/sort.c
@@ -55,6 +55,8 @@
55 * TODO: Implement a merge sort for files larger than the buffer 55 * TODO: Implement a merge sort for files larger than the buffer
56 ****************************************************************************/ 56 ****************************************************************************/
57 57
58PLUGIN_HEADER
59
58static struct plugin_api* rb; 60static struct plugin_api* rb;
59 61
60int buf_size; 62int buf_size;
@@ -178,7 +180,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
178{ 180{
179 char *buf; 181 char *buf;
180 int rc; 182 int rc;
181 TEST_PLUGIN_API(api);
182 183
183 filename = (char *)parameter; 184 filename = (char *)parameter;
184 185