summaryrefslogtreecommitdiff
path: root/include/procutils.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-12lib/procutils: add simple API to scan /proc/PID/*Karel Zak1-0/+18
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-05-05procutils: include missing headerDavidlohr Bueso1-0/+2
To be able to use DIR we need to include the dirent.h header. This fixes issues such as: ../include/procutils.h:5: error: syntax error before "DIR" ../include/procutils.h:5: warning: no semicolon at end of struct or union Signed-off-by: Davidlohr Bueso <dave@gnu.org>
2011-05-04lib: [procutils.c]: add missing files. Sorry.Karel Zak1-0/+12
Signed-off-by: Karel Zak <kzak@redhat.com>