mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
code cleanup
This commit is contained in:
parent
a5e4fec74e
commit
14c8583ccb
@ -25,10 +25,10 @@
|
||||
/* pacman */
|
||||
#include "backup.h"
|
||||
|
||||
/* Look for a filename in a pkginfo_t.backup list. If we find it,
|
||||
/* Look for a filename in a pmpkg_t.backup list. If we find it,
|
||||
* then we return the md5 hash (parsed from the same line)
|
||||
*/
|
||||
char *_alpm_needbackup(char* file, PMList *backup)
|
||||
char *_alpm_needbackup(char *file, PMList *backup)
|
||||
{
|
||||
PMList *lp;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "list.h"
|
||||
|
||||
char *_alpm_needbackup(char* file, PMList *backup);
|
||||
char *_alpm_needbackup(char *file, PMList *backup);
|
||||
|
||||
#endif /* _ALPM_BACKUP_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user