Main Page   Data Structures   File List   Data Fields   Globals   Examples  

thread.h

Go to the documentation of this file.
00001 #ifndef foothreadhfoo
00002 #define foothreadhfoo
00003 
00004 /* $Id: thread.h,v 1.2 2003/09/09 22:14:58 poettering Exp $
00005  *
00006  * This file is part of libshbuf. 
00007  *
00008  * libshbuf is free software; you can redistribute it and/or modify it under
00009  * the terms of the GNU General Public License as published by the Free
00010  * Software Foundation; either version 2 of the License, or (at your
00011  * option) any later version.
00012  *
00013  * libshbuf is distributed in the hope that it will be useful, but WITHOUT
00014  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00015  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
00016  * for more details.
00017  *
00018  * You should have received a copy of the GNU General Public License
00019  * along with libshbuf; if not, write to the Free Software Foundation,
00020  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
00021  */
00022 
00023 #include "shbuf.h"
00024 
00025 int thread_start(shbuf *sb);
00026 void thread_stop(shbuf *sb);
00027 
00028 #endif

Generated on Thu Sep 11 18:52:21 2003 for libshbuf by doxygen1.2.18