mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
Support c++ compile (#2566)
This commit is contained in:
parent
57c5ebab0e
commit
d47a3b06b0
@ -3,6 +3,10 @@
|
||||
#ifndef SEAFILE_H
|
||||
#define SEAFILE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int seafile_destroy_repo (SearpcClient *client,
|
||||
const char *repo_id, GError **error);
|
||||
|
||||
@ -39,5 +43,8 @@ char *seafile_get_config (SearpcClient *client, const char *key, GError **error)
|
||||
|
||||
int seafile_calc_dir_size (SearpcClient *client, const char *path, GError **error);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user