/* 
 * $Id:$
 * $Source:$
 * $Author:$
 *
 */

#ifndef __SAMPLE_H__
#define __SAMPLE_H__

#if !defined(lint) && !defined(SABER) || defined(RCS_HDRS)
static char *rcsid_sample_h = "$Id:$";
#endif /* !lint && !SABER || RCS_HDRS */

#define SAMPLE_MINV 1
#define SAMPLE_MAXV 1

#define SAMPLE_OP_SHOWFILE 0

static qrpc_valid_opcode sample_opcodes[] = {
    { SAMPLE_OP_SHOWFILE, "Show file (sample qcs)" },
    { 0, 0 }
};

#endif /* __SAMPLE_H__ */
