mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-04 11:19:46 -05:00

Add some 'const' keywords all over the code to make it a bit more strict on what you can and can't do with data. This is especially important when we return pointers to the pacman frontend- ideally this would always be untouchable data. Signed-off-by: Dan McGee <dan@archlinux.org>