You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b33fe373b0
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117098 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
512 B
Diff
12 lines
512 B
Diff
--- inc/csvdb.h 2012-10-04 14:16:56.000000000 +0200
|
|
+++ inc/csvdb.h.new 2012-10-04 14:21:12.000000000 +0200
|
|
@@ -160,7 +160,7 @@
|
|
void result_count(result_t *r);
|
|
void result_limit(result_t *r);
|
|
void csvdb_free_result(result_t *r);
|
|
-void result_free(result_t *r) __attribute__ ((deprecated ("use csvdb_free_result")));
|
|
+static void result_free(result_t *r) __attribute__ ((deprecated)) __attribute__ ((weakref("csvdb_free_result")));
|
|
table_t *result_to_table(result_t *r, char* name);
|
|
|
|
/* defined in row.c */
|