rnd-20060430-3-src
[rocksndiamonds.git] / src / libgame / misc.h
index 7b36d47ac54d120c5a3db4c805233e8708fbd0d9..1e6692e24d3b8eee26114fe2b4cbace2d95f21d5 100644 (file)
@@ -117,8 +117,8 @@ void *checked_calloc(unsigned long);
 void *checked_realloc(void *, unsigned long);
 void checked_free(void *);
 
-inline void swap_numbers(int *, int *);
-inline void swap_number_pairs(int *, int *, int *, int *);
+void swap_numbers(int *, int *);
+void swap_number_pairs(int *, int *, int *, int *);
 
 int getFile8BitInteger(FILE *);
 int putFile8BitInteger(FILE *, int);