mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Document csync_config_load().
This commit is contained in:
parent
6e893ab31c
commit
dd3c9cd99e
@ -21,6 +21,17 @@
|
||||
#ifndef _CSYNC_CONFIG_H
|
||||
#define _CSYNC_CONFIG_H
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @brief Load the csync configuration.
|
||||
*
|
||||
* @param ctx The csync context to use.
|
||||
*
|
||||
* @param config The path to the config file.
|
||||
*
|
||||
* @return 0 on success, < 0 on error.
|
||||
*/
|
||||
int csync_config_load(CSYNC *ctx, const char *config);
|
||||
|
||||
#endif /* _CSYNC_X_H */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user