diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-19 23:04:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-19 23:04:41 +0000 |
commit | 30db14621a97a66eb3bf6660621e558ecaf41e85 (patch) | |
tree | 0617bed3b2077000a89a2672213030c1ca5f150b /perl-install/c | |
parent | 386deeb0a41c1829a35f8b08a1ffb33ef65387a9 (diff) | |
download | drakx-backup-do-not-use-30db14621a97a66eb3bf6660621e558ecaf41e85.tar drakx-backup-do-not-use-30db14621a97a66eb3bf6660621e558ecaf41e85.tar.gz drakx-backup-do-not-use-30db14621a97a66eb3bf6660621e558ecaf41e85.tar.bz2 drakx-backup-do-not-use-30db14621a97a66eb3bf6660621e558ecaf41e85.tar.xz drakx-backup-do-not-use-30db14621a97a66eb3bf6660621e558ecaf41e85.zip |
no_comment
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 784afa807..94610be77 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -576,6 +576,10 @@ headerRead(fd, magicp) OUTPUT: RETVAL +void +headerFree(header) + void *header + char * headerGetEntry_string(h, query) void *h |