summaryrefslogtreecommitdiff
path: root/src/sp_execute.h
diff options
context:
space:
mode:
authorSebastien Blot2017-09-20 10:11:01 +0200
committerSebastien Blot2017-09-20 10:11:01 +0200
commit868f96c759b6650d88ff9f4fbc5c048302134248 (patch)
treec0de0af318bf77a8959164ef11aeeeb2b7bab294 /src/sp_execute.h
Initial import
Diffstat (limited to 'src/sp_execute.h')
-rw-r--r--src/sp_execute.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sp_execute.h b/src/sp_execute.h
new file mode 100644
index 0000000..8345736
--- /dev/null
+++ b/src/sp_execute.h
@@ -0,0 +1,6 @@
1#ifndef SP_EXECUTE_H
2#define SP_EXECUTE_H
3
4int hook_execute(void);
5
6#endif /* SP_EXECUTE_H */