#include "system.h"
#include "rpmbuild.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
| void | addChangelogEntry (Header h, time_t time, const char *name, const char *text) |
| int | dateToTimet (const char *datestr, time_t *secs) |
| Parse date string to seconds. More... | |
| int | addChangelog (Header h, StringBuf sb) |
| Add changelog section to header. More... | |
| int | parseChangelog (Spec spec) |
Definition in file parseChangelog.c.
|
|
Add changelog section to header.
Definition at line 108 of file parseChangelog.c. Referenced by parseChangelog().
|
|
|
Parse date string to seconds.
Definition at line 37 of file parseChangelog.c. Referenced by addChangelog().
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001