Use ZOOM_API for new function ZOOM_get_event_str
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Oct 2008 13:36:59 +0000 (15:36 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Oct 2008 13:36:59 +0000 (15:36 +0200)
src/zoom-c.c

index 202e664..18aad9a 100644 (file)
@@ -41,7 +41,7 @@ static zoom_ret ZOOM_connection_send_init(ZOOM_connection c);
 static zoom_ret do_write_ex(ZOOM_connection c, char *buf_out, int len_out);
 static char *cql2pqf(ZOOM_connection c, const char *cql);
 
 static zoom_ret do_write_ex(ZOOM_connection c, char *buf_out, int len_out);
 static char *cql2pqf(ZOOM_connection c, const char *cql);
 
-const char *ZOOM_get_event_str(int event)
+ZOOM_API(const char *) ZOOM_get_event_str(int event)
 {
     static const char *ar[] = {
         "NONE",
 {
     static const char *ar[] = {
         "NONE",