mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
14 lines
236 B
C
14 lines
236 B
C
#ifndef MONITOR_RPC_H
|
|
#define MONITOR_RPC_H
|
|
|
|
/**
|
|
* monitor_compute_repo_size:
|
|
* @repo_id: repo id
|
|
*
|
|
* Returns 0 if successfully scheduled computation.
|
|
*/
|
|
int
|
|
monitor_compute_repo_size (const char *repo_id, GError **error);
|
|
|
|
#endif
|