00001 #ifndef BIO_SYNC_NAME_H
00002 #define BIO_SYNC_NAME_H
00003 #if !defined BUILDING_BIO_SYNC_NAME && !defined NPS_SMALL
00004 # define BIO_SYNC_NAME_LKG static inline
00005 #else
00006 # define BIO_SYNC_NAME_LKG
00007 #endif
00008
00009 #include "bio.h"
00010
00011
00012 BIO_SYNC_NAME_LKG int bio_sync_name(const char *path);
00013
00014
00015
00016 #endif