aboutsummaryrefslogtreecommitdiffstats
path: root/src/names.h
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-10-30 17:15:23 +0100
committerJose Bollo <jose.bollo@iot.bzh>2019-11-04 12:03:31 +0100
commit195d93caaec446b2cbca2059b41803498a0b30c9 (patch)
tree31e9ec5ca099d7261e9fd82e9008ab64eb3b82af /src/names.h
parent3ab6b486ca043d237b89fe530cb10ca89b489344 (diff)
Improve management of agent names
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/names.h')
-rw-r--r--src/names.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/names.h b/src/names.h
index 30f4a99..9792600 100644
--- a/src/names.h
+++ b/src/names.h
@@ -27,7 +27,7 @@
* @return the length of the name or zero if invalid
*/
extern
-size_t
+uint8_t
agent_check_name(
const char *name
);