Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

rpmio/rpmio_api.c

Go to the documentation of this file.
00001 
00005 #include "system.h"
00006 
00007 /* XXX rename the static inline version of fdFileno */
00008 #define fdFileno        _fdFileno
00009 #include <rpmio_internal.h>
00010 #undef  fdFileno
00011 
00012 #include "debug.h"
00013 
00014 /*@access FD_t@*/
00015 
00016 int fdFileno(void * cookie) {
00017     FD_t fd;
00018     if (cookie == NULL) return -2;
00019     fd = c2f(cookie);
00020     return fd->fps[0].fdno;
00021 }

Generated at Mon May 21 08:53:41 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001