00001 /* 00002 * \file fo_post.h 00003 * \author Christian Kruse, <cjk@wwwtech.de> 00004 * \brief Header defitions of fo_post 00005 * 00006 * This file defines some things for fo_post 00007 */ 00008 00009 #ifndef _FO_POST_H 00010 #define _FO_POST_H 00011 00012 void display_posting_form(t_cf_hash *head); 00013 00014 #endif 00015 00016 /* eof */
1.3.5