/* metadata.h * - metadata stuff. * * $Id: metadata.h,v 1.3 2001/09/25 12:04:22 msmith Exp $ * * Copyright (c) 2001 Michael Smith * * This program is distributed under the terms of the GNU General * Public License, version 2. You may use, modify, and redistribute * it under the terms of this license. A copy should be included * with this source. */ #ifndef __METADATA_H__ #define __METADATA_H__ void *metadata_thread_stdin(void *arg); void *metadata_thread_signal(void *arg); #endif /* __METADATA_H__ */