1/*
2 * Copyright (c) 2002 by Zoran Vasiljevic.
3 *
4 * See the file "license.txt" for information on usage and redistribution
5 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6 *
7 * Rcsid: @(#)$Id: threadSvListCmd.h,v 1.2 2002/12/05 15:14:09 vasiljevic Exp $
8 * ---------------------------------------------------------------------------
9 */
10
11#ifndef _SV_LIST_H_
12#define _SV_LIST_H_
13
14void Sv_RegisterListCommands();
15
16#endif /* _SV_LIST_H_ */
17
18/* EOF $RCSfile: threadSvListCmd.h,v $ */
19
20/* Emacs Setup Variables */
21/* Local Variables:      */
22/* mode: C               */
23/* indent-tabs-mode: nil */
24/* c-basic-offset: 4     */
25/* End:                  */
26
27