index
:
pkgit
indev
master
a universal system-agnostic package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
list_pkgs.h
blob: 6a00ad6977860fae7df088d5e8c141b075d9f011 (
plain
)
1
2
3
4
5
6
#ifndef LIST_PKGS_H #define LIST_PKGS_H void list_pkgs(void); #endif