libkrb5: Add missing KRB5_LIB_FUNCTION/KRB5_LIB_CALL
KRB5_LIB_FUNCTION and KRB5_LIB_CALL are necessary even on private functions that are exported. Change-Id: Iccd0cfe87ff0a9d851e29890e9cb55b3ae517ce1
This commit is contained in:
@@ -37,7 +37,7 @@ static u_long table[256];
|
||||
|
||||
#define CRC_GEN 0xEDB88320L
|
||||
|
||||
void
|
||||
KRB5_LIB_FUNCTION void KRB5_LIB_CALL
|
||||
_krb5_crc_init_table(void)
|
||||
{
|
||||
static int flag = 0;
|
||||
@@ -60,7 +60,7 @@ _krb5_crc_init_table(void)
|
||||
flag = 1;
|
||||
}
|
||||
|
||||
uint32_t
|
||||
KRB5_LIB_FUNCTION uint32_t KRB5_LIB_CALL
|
||||
_krb5_crc_update (const char *p, size_t len, uint32_t res)
|
||||
{
|
||||
while (len--)
|
||||
|
Reference in New Issue
Block a user