From 014c20099d0199445cedc6e3504e4309176c56ae Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 22 Oct 2014 22:46:51 +0300 Subject: Refactor code to snake_style, turn renderers into plugins, and start wayland (cairo) renderer. --- lib/3rdparty/cdl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/3rdparty/cdl.h (limited to 'lib/3rdparty/cdl.h') diff --git a/lib/3rdparty/cdl.h b/lib/3rdparty/cdl.h new file mode 100644 index 0000000..9255654 --- /dev/null +++ b/lib/3rdparty/cdl.h @@ -0,0 +1,10 @@ +#ifndef __chck_cdl__ +#define __chck_cdl__ + +void* chckDlLoad(const char *file, const char **outError); +void* chckDlLoadSymbol(void *handle, const char *name, const char **outError); +void chckDlUnload(void *handle); + +#endif /* __chck_cdl__ */ + +/* vim: set ts=8 sw=3 tw=0 :*/ -- cgit v1.2.3-70-g09d2