diff options
author | jbj <devnull@localhost> | 2000-01-24 20:02:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-01-24 20:02:32 +0000 |
commit | dd35cf769bc4e3f46fd65c13bb2cccb64f074fcf (patch) | |
tree | 2cb4710064a1d541c5afc624c487129220f405e8 /build/parseFiles.c | |
parent | 103b41c1d11b3b925dc253bf6372af5dd28e313f (diff) | |
download | librpm-tizen-dd35cf769bc4e3f46fd65c13bb2cccb64f074fcf.tar.gz librpm-tizen-dd35cf769bc4e3f46fd65c13bb2cccb64f074fcf.tar.bz2 librpm-tizen-dd35cf769bc4e3f46fd65c13bb2cccb64f074fcf.zip |
Documentation sugar.
CVS patchset: 3533
CVS date: 2000/01/24 20:02:32
Diffstat (limited to 'build/parseFiles.c')
-rw-r--r-- | build/parseFiles.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/parseFiles.c b/build/parseFiles.c index 87b1892e7..3497df97a 100644 --- a/build/parseFiles.c +++ b/build/parseFiles.c @@ -1,3 +1,7 @@ +/** \file build/parseFiles.c + * Parse %files section from spec file. + */ + #include "system.h" #include "rpmbuild.h" @@ -11,6 +15,7 @@ { 0, 0, 0, 0, 0, NULL, NULL} }; +/** */ int parseFiles(Spec spec) { int nextPart; |