

#ifndef SAMPLE1_H
#define SAMPLE1_H

/*********************************************************************************
 *
 * File:           SAMPLE1.H
 *
 * Description:    Sample program for SOLID Light Client API, header file
 *
 * Author:         SOLID / ATH
 * Date:           1997-11-18
 *
 *
 **********************************************************************************/


#include <stdio.h>
#include <string.h>

#include "cli0lcli.h"

#endif

       
