#ifndef SERL_CLICKTAB_NODES_H
#define SERL_CLICKTAB_NODES_H
/****************************************************************************
*
* $RCSfile: ClickTabNodes.h $
* $Revision: 1.1 $
* $Date: 1997/09/05 13:59:38 $
* $Author: ssolie $
*
*****************************************************************************
*
* Copyright (c) 1997 Software Evolution.  All Rights Reserved.
*
*****************************************************************************
*
* ClickTabNodes.h -- ClickTab nodes header file
*
* This header file is required to use the clicktab nodes functions.
*/

#include <exec/types.h>
#include <exec/lists.h>


struct List *createClickTabNodes(STRPTR labels[]);
VOID deleteClickTabNodes(struct List *list);


#endif
