From d6f4e60bf5df325090b6132cc27fc7251371bfdd Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 28 Jul 2013 10:42:34 +0200 Subject: network/http-launch: Initial commit --- network/http-launch/http-launch.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 network/http-launch/http-launch.c (limited to 'network') diff --git a/network/http-launch/http-launch.c b/network/http-launch/http-launch.c new file mode 100644 index 0000000..3b44ad2 --- /dev/null +++ b/network/http-launch/http-launch.c @@ -0,0 +1,10 @@ +#include +#include +#include + +int +main (gint argc, gchar **argv) +{ + + return 0; +} -- cgit v1.2.3