00001 /*************************************************************************** 00002 * filename : tokens.h 00003 * authors : Salvatore Monforte <salvatore.monforte@ct.infn.it> 00004 * copyright : (C) 2001 by INFN 00005 ***************************************************************************/ 00006 00007 // $Id: 00008 00017 #ifndef _TOKENS_H 00018 #define _TOKENS_H 00019 00020 /* 00021 #include <unistd.h> 00022 */ 00023 00024 #ifdef __cplusplus 00025 extern "C++" { 00026 #endif 00027 00028 int send_token(void *arg, void * token, size_t token_length); 00029 int get_token(void *arg, void ** token, size_t * token_length); 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 #endif /* _TOKENS_H */ 00035 00036 /* 00037 Local Variables: 00038 mode: c++ 00039 End: 00040 */ 00041