mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
629 B
C
14 lines
629 B
C
$NetBSD: patch-libAfterBase_parse.h,v 1.1 2013/06/26 21:17:45 joerg Exp $
|
|
|
|
--- libAfterBase/parse.h.orig 2013-06-26 19:42:15.000000000 +0000
|
|
+++ libAfterBase/parse.h
|
|
@@ -73,7 +73,7 @@ format_geometry ( int x, int y, unsigned
|
|
|
|
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);
|