Fix build break in clang 72/44672/2
authorJan Olszak <j.olszak@samsung.com>
Fri, 24 Jul 2015 12:28:35 +0000 (14:28 +0200)
committerJan Olszak <j.olszak@samsung.com>
Fri, 24 Jul 2015 12:49:50 +0000 (14:49 +0200)
[Feature]       N/A
[Cause]         No new line in vasum-client.h
[Solution]      N/A
[Verification]  N/A

Change-Id: Ic4cf72d42a173edeb0a6d450c1f2aad12bb22a59

client/vasum-client.h

index 0c65d17..156bbf1 100644 (file)
@@ -906,6 +906,14 @@ VsmStatus vsm_remove_declaration(VsmClient client,
                                  const char* zone,
                                  VsmString declaration);
 
+/**
+ * Clean up zones root directory
+ *
+ * Removes all unknown zones root directory entry
+ * @return status of this function call
+ */
+VsmStatus vsm_clean_up_zones_root(VsmClient client);
+
 #endif /* __VASUM_WRAPPER_SOURCE__ */
 
 #ifdef __cplusplus
@@ -913,4 +921,4 @@ VsmStatus vsm_remove_declaration(VsmClient client,
 #endif
 
 #endif /* VASUM_CLIENT_H */
-/*@}*/
\ No newline at end of file
+/*@}*/