/* url-fd.h - decls for the fd: URL file system * **************************************************************** * Copyright (C) 1999, 2000 Thomas Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__VU__URL_FD_H #define INCLUDE__VU__URL_FD_H #include "hackerlab/vu/vu.h" /* automatically generated __STDC__ prototypes */ extern void url_fd_push_handler (int is_optional); extern int url_fd_to_fd (int * errn, char * path); #endif /* INCLUDE__VU__URL_FD_H */