summaryrefslogtreecommitdiff
path: root/include/persistence_client_library.h
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2014-06-05 12:14:14 +0200
committerIngo Huerner <ingo.huerner@xse.de>2014-06-05 12:14:14 +0200
commitec8527409755f1039bd30f821e718320e6a52bc3 (patch)
tree9ea5df11495b771cb41d51da21a953d7ff4d3cdd /include/persistence_client_library.h
parentb076c0dadcce0f01e9e0470c6475c88749f3d878 (diff)
downloadpersistence-client-library-ec8527409755f1039bd30f821e718320e6a52bc3.tar.gz
Updated missing header doc; prevent overwriting of notification callback; provide only resource id in notification callback; corrected dlt conmtext variable; removed sync, will now be called by PAS
Diffstat (limited to 'include/persistence_client_library.h')
-rw-r--r--include/persistence_client_library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/persistence_client_library.h b/include/persistence_client_library.h
index c0735ff..1bd005a 100644
--- a/include/persistence_client_library.h
+++ b/include/persistence_client_library.h
@@ -128,7 +128,7 @@ int pclDeinitLibrary(void);
*
* @return positive value: success;
* On error a negative value will be returned with the following error codes:
- * ::EPERS_COMMON, :.EPERS_MAX_CANCEL_SHUTDOWN, ::EPERS_SHTDWN_NO_PERMIT
+ * ::EPERS_COMMON, ::EPERS_MAX_CANCEL_SHUTDOWN, ::EPERS_SHTDWN_NO_PERMIT
*/
int pclLifecycleSet(int shutdown);