/*
 * Khoros: $Id$
 */

#if !defined(__lint) && !defined(__CODECENTER__)
static char rcsid[] = "Khoros: $Id$";
#endif

/*
 * $Log$
 */

/*
 * Copyright (C) 1993, 1994, Khoral Research, Inc., ("KRI").
 * All rights reserved.  See $STEVE/repos/license/License or run klicense.
 */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<
   >>>> 
   >>>> 	Library Routine for bogus
   >>>> 
   >>>>	Private: 
   >>>>	Static: 
   >>>>	Public: 
   >>>> 	funky1
   >>>> 
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<< */

#include "internals.h"


/****************************************************************
* 
*  Routine Name: funky1 - short description of funky1
* 
*       Purpose: This is an example of a competely filled out header
*		 for a public routine.  This input file is necessary
*		 to test another important use of the regex parser
*		 in Khoros.
*
*         Input: argument1 - explanation for argument1
*                argument2 - explanation for argument1
*                argument3 - explanation for argument3cCc
*
*        Output: argument4 - explanation for argument4
*                argument5 - explanation for argument5
*
*       Returns: TRUE (1) on success, FALSE (0) otherwise
*
*  Restrictions: Restrictions on data or input as applicable
*    Written By: Joe Blow
*          Date: Nov 15, 1994
*      Verified: Sometime
*  Side Effects: it changes a global variable while computing something
* Modifications: changed it to not blow up the world.
****************************************************************/
my_type funky1(
	a_type argument1,
	b_type argument2,
	c_type argument3,
	d_type argument4,
	e_type argument5)

{
	my_type bogus
	/* I really should do something here */
	return (bogus);
}
