]> git.ipfire.org Git - thirdparty/git.git/blame - compat/fsmonitor/fsm-health-darwin.c
Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis'
[thirdparty/git.git] / compat / fsmonitor / fsm-health-darwin.c
CommitLineData
e1c38214 1#include "git-compat-util.h"
d0605550 2#include "config.h"
68d68646 3#include "fsmonitor-ll.h"
d0605550
JH
4#include "fsm-health.h"
5#include "fsmonitor--daemon.h"
6
4cb5e0b3 7int fsm_health__ctor(struct fsmonitor_daemon_state *state UNUSED)
d0605550
JH
8{
9 return 0;
10}
11
4cb5e0b3 12void fsm_health__dtor(struct fsmonitor_daemon_state *state UNUSED)
d0605550
JH
13{
14 return;
15}
16
4cb5e0b3 17void fsm_health__loop(struct fsmonitor_daemon_state *state UNUSED)
d0605550
JH
18{
19 return;
20}
21
4cb5e0b3 22void fsm_health__stop_async(struct fsmonitor_daemon_state *state UNUSED)
d0605550
JH
23{
24}