summaryrefslogtreecommitdiffstats
path: root/src/trigger.h
diff options
context:
space:
mode:
authorroman65536 <roman65536@yahoo.com>2017-03-16 23:25:12 +0100
committerroman65536 <roman65536@yahoo.com>2017-03-16 23:25:12 +0100
commit3e91cbd69fbd9fea6caf1952c71a8033056179c3 (patch)
tree080a5498b47119405cf474806625f1e683dd4a95 /src/trigger.h
parent51d960f743fd1f6a2147d573342504751e693e20 (diff)
Search for for lua trigger and c trigger included. Now the lua scripts are search in ~/.scim/lua/ or /usr/local/share/scim/lua
C triggers have to be placed in ~/.scim/module/ or /usr/local/share/scim/module
Diffstat (limited to 'src/trigger.h')
-rw-r--r--src/trigger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trigger.h b/src/trigger.h
index f287e60..c8ae7cd 100644
--- a/src/trigger.h
+++ b/src/trigger.h
@@ -16,3 +16,4 @@ void do_trigger( struct ent *p , int rw);
void set_trigger(int r, int c, int rf, int cf, char * str);
void del_trigger(int r, int c, int rf, int cf );
void do_C_Trigger_cell(struct ent * p, int rw);
+int plugin_exists(char *name, int len, char *path);