plover/uri-handler.h
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Mar 02 17:17:58 2018 +0000 (2018-03-02)
changeset 65 d1433cd15271
parent 43 6b3034a884dc
permissions -rw-r--r--
Fix build when dlfcn.h not available
     1 #ifndef __URI_HANDLER_H__
     2 #define __URI_HANDLER_H__
     3 
     4 G_BEGIN_DECLS
     5 
     6 void plover__uri_handler_init(void);
     7 
     8 G_END_DECLS
     9 
    10 #endif /* __URI_HANDLER_H__ */