projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdcf3e
)
add readLead() and writeLead()
author
marc
<devnull@localhost>
Fri, 5 Jan 1996 03:05:34 +0000
(
03:05
+0000)
committer
marc
<devnull@localhost>
Fri, 5 Jan 1996 03:05:34 +0000
(
03:05
+0000)
CVS patchset: 128
CVS date: 1996/01/05 03:05:34
lib/rpmlead.h
patch
|
blob
|
history
diff --git
a/lib/rpmlead.h
b/lib/rpmlead.h
index
2b9cb6a
..
3711012
100644
(file)
--- a/
lib/rpmlead.h
+++ b/
lib/rpmlead.h
@@
-25,4
+25,7
@@
struct rpmlead {
char reserved[16]; /* pads to 96 bytes -- 8 byte aligned! */
} ;
+int writeLead(int fd, struct rpmlead *lead);
+int readLead(int fd, struct rpmlead *lead);
+
#endif