mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Switch to clang-format for code formatting, include Mac client
This commit is contained in:
@@ -12,10 +12,9 @@ struct tr_error;
|
||||
|
||||
typedef struct dtr_callbacks
|
||||
{
|
||||
int (* on_start)(void* arg, bool foreground);
|
||||
void (* on_stop)(void* arg);
|
||||
void (* on_reconfigure)(void* arg);
|
||||
}
|
||||
dtr_callbacks;
|
||||
int (*on_start)(void* arg, bool foreground);
|
||||
void (*on_stop)(void* arg);
|
||||
void (*on_reconfigure)(void* arg);
|
||||
} dtr_callbacks;
|
||||
|
||||
bool dtr_daemon(dtr_callbacks const* cb, void* cb_arg, bool foreground, int* exit_code, struct tr_error** error);
|
||||
|
||||
Reference in New Issue
Block a user