12 lines
532 B
Text
12 lines
532 B
Text
|
--- libAfterBase/parse.h.orig
|
||
|
+++ libAfterBase/parse.h
|
||
|
@@ -73,7 +73,7 @@ format_geometry ( int x, int y, unsigned int width, un
|
||
|
|
||
|
double parse_math(const char* str, char** endptr, double size);
|
||
|
|
||
|
-inline int unsigned_int2buffer_end (char *buffer, int buffer_size, unsigned int val);
|
||
|
+int unsigned_int2buffer_end (char *buffer, int buffer_size, unsigned int val);
|
||
|
char *string_from_int (int param);
|
||
|
char *hex_to_buffer_reverse(void *data, size_t bytes, char* buffer);
|
||
|
char *hex_to_buffer(void *data, size_t bytes, char* buffer);
|