scuffed-code/icu4c/source/i18n/ucol_sol.h
2001-06-27 21:53:31 +00:00

31 lines
722 B
C

/*
*******************************************************************************
*
* Copyright (C) 2001, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* file name: ucol_sol.h
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
*
* created 06/27/2001
* created by: Vladimir Weinstein
*
* Just trying to help Paul Grinberg compile on Solaris 8 using Workshop 6 compiler
*
*/
#ifndef UCOL_SOL_H
#define UCOL_SOL_H
#include "unicode/utypes.h"
U_CFUNC int32_t uhash_hashTokens(const void *k);
U_CFUNC UBool uhash_compareTokens(const void *key1, const void *key2);
#endif