mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
10 lines
198 B
C
10 lines
198 B
C
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
|
|
#ifndef __CURL_INIT_H__
|
|
#define __CURL_INIT_H__
|
|
|
|
void seafile_curl_init(void);
|
|
void seafile_curl_deinit(void);
|
|
|
|
#endif
|