/* -*- mode: C; c-basic-offset: 8; indent-tabs-mode: nil; tab-width: 8 -*- */ #ifndef GOPHER_H #define GOPHER_H #ifdef PROTOTYPES int gopher_transfer(UrlResource *rsrc); #endif #endif