summaryrefslogtreecommitdiff
path: root/plugins/inet.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-01 21:11:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-01 21:11:01 +0200
commit135f8ccd37f76068bc75e21f23fb68e74be57c0e (patch)
tree8900b60cfaff35efab0b63e03eb198cefc1fcdc7 /plugins/inet.h
parent29fdbe87a8f2e0f13dcc027ba78eefe85263907d (diff)
downloadconnman-135f8ccd37f76068bc75e21f23fb68e74be57c0e.tar.gz
connman-135f8ccd37f76068bc75e21f23fb68e74be57c0e.tar.bz2
connman-135f8ccd37f76068bc75e21f23fb68e74be57c0e.zip
Add INET helper functions
Diffstat (limited to 'plugins/inet.h')
-rw-r--r--plugins/inet.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/inet.h b/plugins/inet.h
new file mode 100644
index 00000000..aafd55b3
--- /dev/null
+++ b/plugins/inet.h
@@ -0,0 +1,22 @@
+/*
+ *
+ * Connection Manager
+ *
+ * Copyright (C) 2007-2008 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+char *inet_index2name(int index);