X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=8dcca78397523882cc3215fe76de8375a12e845f;hb=c80bea928b270a257fa0bff334bd02ffa08af470;hp=2459e94703f54e1b44dd197b265978c7edad5f58;hpb=6f1846672284d64b74a10937813320271293ad66;p=citadel.git diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 2459e9470..8dcca7839 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -360,7 +360,7 @@ int dbg_PrintHash(HashList *Hash, PrintHashContent first, PrintHashContent Secon int PrintHash(HashList *Hash, TransitionFunc Trans, PrintHashDataFunc PrintEntry); HashPos *GetNewHashPos(void); void DeleteHashPos(HashPos **DelMe); -int GetNextHashPos(HashList *Hash, HashPos *At, long *HKLen, char **HashKey, void **Data); +int GetNextHashPos(HashList *Hash, HashPos *At, long *HKLen, const char **HashKey, void **Data); void SortByHashKey(HashList *Hash, int Order); void SortByHashKeyStr(HashList *Hash); int GetCount(HashList *Hash);