diff src/define.h @ 172:6954d315aaa8

move version-info into main configure.in, and set it properly. prefix all external symbols in the shared library with pst_ to avoid symbol clashes with other shared libraries.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Apr 2009 16:00:48 -0700
parents 03fbb0269f3c
children ac6e22c8a9cf
line wrap: on
line diff
--- a/src/define.h	Sun Mar 29 08:51:13 2009 -0700
+++ b/src/define.h	Sat Apr 04 16:00:48 2009 -0700
@@ -154,8 +154,7 @@
 void pst_debug_close(void);
 void pst_debug_write();
 size_t pst_debug_fwrite(const void *ptr, size_t size, size_t nitems, FILE *stream);
-
-void * xmalloc(size_t size);
+void*  pst_malloc(size_t size);
 
 #define MESSAGEPRINT(x,y) {pst_debug_msg_info(__LINE__,__FILE__,y);\
                            pst_debug_msg_text x;}