summaryrefslogtreecommitdiff
path: root/src/tools/irm/irm_utils.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-03-03 14:09:57 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-03-03 14:09:57 +0100
commitbd2dc6141b59d8fe67e7765b5dfce5b819ed7e33 (patch)
treea4dbd276895813f49c40d06ebb35111e25e8e874 /src/tools/irm/irm_utils.h
parentccbfc46ada3317b0f3655b751d473643d4dcab72 (diff)
downloadouroboros-bd2dc6141b59d8fe67e7765b5dfce5b819ed7e33.tar.gz
ouroboros-bd2dc6141b59d8fe67e7765b5dfce5b819ed7e33.zip
tools: irm: Provide all IRM calls
This commit makes all IRM calls available to the user of the 'irm' tool. The bootstrap_ipcp call does not yet take the anything except the AP name. This will be added once we stabilize what should be configurable in the IPCP.
Diffstat (limited to 'src/tools/irm/irm_utils.h')
-rw-r--r--src/tools/irm/irm_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/irm/irm_utils.h b/src/tools/irm/irm_utils.h
index da2259c6..9332b108 100644
--- a/src/tools/irm/irm_utils.h
+++ b/src/tools/irm/irm_utils.h
@@ -20,4 +20,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <stdbool.h>
+
int matches(const char * cmd, const char * pattern);
+
+bool parse_name(char ** argv, rina_name_t * name);