/* File: adt2.h

   Interface/header file for adt2
*/

#ifndef adt2_h
#define adt2_h

/* Publicly accessible global variables */
extern int public2 ;  /* variable "prototype" */

/* Publicly accessible functions */

void func2(int ) ;


#endif
