Add missing declaration of library function printflags().

This commit is contained in:
nelsonb%netscape.com 2001-01-07 07:48:04 +00:00
parent 6edc66e859
commit a97e2c5e3d

View File

@ -339,6 +339,8 @@ char *SECU_ErrorString(int16 err);
/* Return informative error string. Does not call XP_GetString */
char *SECU_ErrorStringRaw(int16 err);
void printflags(char *trusts, unsigned int flags);
#ifndef XP_UNIX
extern int ffs(unsigned int i);
#endif