removed duplicated prototype

This commit is contained in:
Aurelien Foret 2005-03-24 21:39:20 +00:00
parent 7a89a80362
commit 5e2a2637c8
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
void _alpm_log(unsigned char flag, char *fmt, ...);
int _alpm_log_action(unsigned char usesyslog, FILE *f, char *fmt, ...);
#endif /* _ALPM_LOG_H */
/* vim: set ts=2 sw=2 noet: */