summaryrefslogtreecommitdiff
path: root/include/client_life.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client_life.h')
-rw-r--r--include/client_life.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/client_life.h b/include/client_life.h
index 8a7ceb7..0a1404d 100644
--- a/include/client_life.h
+++ b/include/client_life.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 Samsung Electronics Co., Ltd
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -98,7 +98,7 @@ extern int client_unsubscribe(struct client_node *client, const char *cluster, c
extern int client_is_subscribed(struct client_node *client, const char *cluster, const char *category);
extern int client_init(void);
-extern int client_fini(void);
+extern void client_fini(void);
extern int client_browse_list(const char *cluster, const char *category, int (*cb)(struct client_node *client, void *data), void *data);
extern int client_nr_of_subscriber(const char *cluster, const char *category);