From 430366a2c5ffbb0af5d7e5213f7f54c5833d7c97 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 31 May 2011 11:16:40 +0200 Subject: osmo-pcap: Create a dummy client. --- src/osmo_client_main.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/osmo_client_main.c (limited to 'src/osmo_client_main.c') diff --git a/src/osmo_client_main.c b/src/osmo_client_main.c new file mode 100644 index 0000000..4725f1a --- /dev/null +++ b/src/osmo_client_main.c @@ -0,0 +1,29 @@ +/* + * osmo-pcap-client code + * + * (C) 2011 by Holger Hans Peter Freyther + * (C) 2011 by On-Waves + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +#include +#include + +int main(int argc, char **argv) +{ + return(0); +} -- cgit v1.2.3