00001 #ifndef BIO_MAPP_H
00002 #define BIO_MAPP_H
00003 #if !defined BUILDING_BIO_MAPP && !defined NPS_SMALL
00004 # define BIO_MAPP_LKG static inline
00005 #else
00006 # define BIO_MAPP_LKG
00007 #endif
00008
00009 #include "bio.h"
00010
00011 BIO_MAPP_LKG bio_t* bio_mapP(const char*);
00012
00013 #endif