summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_mapping.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-25 13:19:26 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-25 13:19:26 +0200
commitf1ad96ffe75beb6e7441d4a23a0f29e4e7f2e05a (patch)
tree4c3e884811e480867e11dfb3eb29153e1845b377 /database/eurephiadb_mapping.h
parent3b79f0183dde8e2b2694dc26da836c75640d8c5d (diff)
downloadeurephia-f1ad96ffe75beb6e7441d4a23a0f29e4e7f2e05a.tar.gz
eurephia-f1ad96ffe75beb6e7441d4a23a0f29e4e7f2e05a.tar.xz
eurephia-f1ad96ffe75beb6e7441d4a23a0f29e4e7f2e05a.zip
Rewrote the eDBmkSortKeys() function to use the eDBfieldMap returned from eDBxmlMapping()
Diffstat (limited to 'database/eurephiadb_mapping.h')
-rw-r--r--database/eurephiadb_mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb_mapping.h b/database/eurephiadb_mapping.h
index 262231e..37c9f44 100644
--- a/database/eurephiadb_mapping.h
+++ b/database/eurephiadb_mapping.h
@@ -262,7 +262,7 @@ static eDBfieldMap eTblMap_fwprofiles[] = {
void eDBfreeMapping(eDBfieldMap *p);
eDBfieldMap *eDBxmlMapping(eurephiaCTX *ctx, eDBfieldMap *dbmap, const char *tblalias, xmlNode *fmap_n);
-char *eDBmkSortKeyString(eDBfieldMap *tfmap, const char *skeys_str);
+const char *eDBmkSortKeyString(eDBfieldMap *tfmap, const char *skeys_str);
long int eDBmappingFieldsPresent(eDBfieldMap *map);
const char *eDBmappingGetValue(eDBfieldMap *map, long field_id);