aboutsummaryrefslogtreecommitdiff
path: root/plugin-http.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-11 08:10:33 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-11 08:10:33 +0200
commita1339466880b1dcaff2d2419f7d5aa5bd09fa1de (patch)
treef63a46ed2d7cb0c7e5a91c8b8167365fd4eda0e4 /plugin-http.c
parent241bc64a11da5ddfa60b2242f39c944abaf02cb5 (diff)
downloadponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.tar.gz
ponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.tar.xz
ponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.zip
Write stubs for the plugins
Make them compile.
Diffstat (limited to 'plugin-http.c')
-rw-r--r--plugin-http.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugin-http.c b/plugin-http.c
deleted file mode 100644
index 647814e..0000000
--- a/plugin-http.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * plugin-http.c: HTTP service detection plugin
- *
- * Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- */
-
-#include "utils.c"
-#include "plugin-api.h"
-
-// TODO