~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to src/chassis-path.h

  • Committer: Kay Roepke
  • Date: 2009-06-11 21:16:12 UTC
  • Revision ID: kay@sun.com-20090611211612-wyk8bg73vkx9u1qp
add internal libevent build cmake files
fix inet_ntop usage on pre-vista windows
don't blindly #define socklen_t on win32
correct cmake check for g_thread_init
copy lua dll on windows

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define __CHASSIS_PATH_H__
21
21
 
22
22
#include <glib.h>
 
23
#include "chassis-exports.h"
23
24
 
24
 
gchar *chassis_get_basedir(const gchar *prgname);
 
25
CHASSIS_API gchar *chassis_get_basedir(const gchar *prgname);
25
26
 
26
27
#endif
27
28