From 72abee4fc44e5e5092e215d5afee556e6e59347c Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 24 Mar 2016 15:46:05 +0100 Subject: lib: Adds IRMd messages for the dev.h API calls This adds several messages for the dev.h API calls to communicate with the IRM daemon. The deserializing of these messages is still missing and the irmd hasn't been updated with them either. --- src/lib/da.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/da.c') diff --git a/src/lib/da.c b/src/lib/da.c index ef59a409..8e7756d1 100644 --- a/src/lib/da.c +++ b/src/lib/da.c @@ -22,13 +22,13 @@ #include -rina_name_t * da_resolve_daf(char * daf_name) +char * da_resolve_daf(char * daf_name) { return NULL; } -ssize_t da_resolve_dap(rina_name_t * name, - char ** n_1_difs) +ssize_t da_resolve_dap(char * name, + char ** n_1_difs) { return 0; } -- cgit v1.2.3