1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-16 23:29:25 +00:00

Merge the functions of ccnet-server into seafile-server (#293)

* merge the api of ccnet into seafile

* merge the api of ccnet into seafile

* Dont't need to include the header

* merge the api of ccnet into seafile

* add enable ldap

* The unit test dont't need to start ccnet-server

* Modify some funcion names and fuse don't need org management

* Modify indent
This commit is contained in:
feiniks
2020-04-15 10:21:04 +08:00
committed by GitHub
parent 500e35fe9b
commit 52586639ac
32 changed files with 6769 additions and 83 deletions

View File

@@ -403,4 +403,8 @@ seaf_key_file_get_string (GKeyFile *key_file,
const char *key,
GError **error);
gchar* ccnet_key_file_get_string (GKeyFile *keyf,
const char *category,
const char *key);
#endif