summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_mapping.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-06 16:50:50 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-06 16:50:50 +0100
commit7572b6a34495d6288d07d16781c8f72fd5218cfe (patch)
tree048f6e83eef6a2da4d95db5b1d0c038e553c1939 /database/eurephiadb_mapping.h
parentf9a997f3fcca5d81986168df1b9072bbf611ed9f (diff)
downloadeurephia-7572b6a34495d6288d07d16781c8f72fd5218cfe.tar.gz
eurephia-7572b6a34495d6288d07d16781c8f72fd5218cfe.tar.xz
eurephia-7572b6a34495d6288d07d16781c8f72fd5218cfe.zip
Moved over from earlier commit to use unified db translation
In other words, rewrote commit 6d4373e026b3f12c5685e45e35f9f060379ed0f3. Moved over all functions from that commit which could take advantage of the new API for unified table/field translation.
Diffstat (limited to 'database/eurephiadb_mapping.h')
-rw-r--r--database/eurephiadb_mapping.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/eurephiadb_mapping.h b/database/eurephiadb_mapping.h
index 1f04e6a..768510b 100644
--- a/database/eurephiadb_mapping.h
+++ b/database/eurephiadb_mapping.h
@@ -121,5 +121,6 @@ static eDBfieldMap eTblMap_blacklist[] = {
#endif // #ifdef EUREPHIADB_MAPPING_C
char *eDBgetTableField(eDBfieldMap *dbmap, int field);
+char *eDBmkSortKeyString(eDBfieldMap *tfmap, const char *skeys_str);
#endif // !EUREPHIADB_MAPPING_H