mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Improve the documentation of csync_excluded().
This commit is contained in:
parent
dd3c9cd99e
commit
1d7ce7d5fe
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,8 @@ void csync_exclude_destroy(CSYNC *ctx);
|
|||
/**
|
||||
* @brief Check if the given path should be excluded.
|
||||
*
|
||||
* This excludes also paths which can't be used without unix extensions.
|
||||
*
|
||||
* @param ctx The synchronizer context.
|
||||
* @param path The patch to check.
|
||||
*
|
||||
|
@ -49,4 +51,5 @@ void csync_exclude_destroy(CSYNC *ctx);
|
|||
int csync_excluded(CSYNC *ctx, const char *path);
|
||||
|
||||
#endif /* _CSYNC_EXCLUDE_H */
|
||||
|
||||
/* vim: set ft=c.doxygen ts=8 sw=2 et cindent: */
|
||||
|
|
Loading…
Reference in a new issue