1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-08 12:28:00 -05:00

slight line spacing/indent updates

This commit is contained in:
Dan McGee 2007-01-31 02:58:12 +00:00
parent c35f713e75
commit 44dc48f10f
3 changed files with 3 additions and 3 deletions

View File

@ -276,8 +276,8 @@ int _alpm_add_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data)
if(lp == NULL) {
break;
}
}
}
}
}
/* Removal code should go here, as described above. Instead of simply
* removing items, perhaps throw them in another list to be removed, then
* proceed as sync.c would? I'm not sure because I'm not familiar enough

View File

@ -401,7 +401,6 @@ const char *alpm_conflict_get_ctarget(pmconflict_t *conflict);
/*
* Helpers
*/
/* md5sums */
char *alpm_get_md5sum(char *name);

View File

@ -45,6 +45,7 @@ struct __pmdb_t {
alpm_list_t *grpcache;
alpm_list_t *servers;
};
/* db.c, database general calls */
pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename);
void _alpm_db_free(void *data);