diff options
Diffstat (limited to 'plug-ins/script-fu/ftx/ftx.h')
-rw-r--r-- | plug-ins/script-fu/ftx/ftx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plug-ins/script-fu/ftx/ftx.h b/plug-ins/script-fu/ftx/ftx.h new file mode 100644 index 0000000..f40c30d --- /dev/null +++ b/plug-ins/script-fu/ftx/ftx.h @@ -0,0 +1,2 @@ +/* This function gets called when TinyScheme is initializing the extension */ +void init_ftx (scheme *sc); |