made rpmio.o contiain the functions properly

CVS patchset: 2576
CVS date: 1998/12/02 20:50:57
This commit is contained in:
ewt 1998-12-02 20:50:57 +00:00
parent 9b362a451a
commit 8351bf636a
1 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,11 @@ typedef /*@abstract@*/ struct _FD {
void * fd_url;
} *FD_t;
#endif H_RPMIO
#ifndef H_RPMIO_F
#define H_RPMIO_F
#ifdef __cplusplus
extern "C" {
#endif
@ -277,4 +282,4 @@ extern inline int bzdClose(/*@only@*/ FD_t fd) {
}
#endif
#endif /* H_RPMIO */
#endif /* H_RPMIO_F */