/*
 *	$Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/kerberos/appl/tftp/user_cmds.c,v $
 *	$Author: ghudson $
 *	$Locker:  $
 *	$Log: user_cmds.c,v $
 *	Revision 1.1  1996/06/02 08:22:31  ghudson
 *	Initial checkin.
 *
 * Revision 1.1.1.2  1991/12/03  18:47:49  eichin
 * Athena Kerberos 4 patch 9
 *
 * Revision 4.2  88/03/16  18:39:30  steiner
 * Removed improper #.
 * Programmer: wesommer.
 * Auditor: jtkohl.
 * 
 * Revision 4.1  87/09/01  16:33:41  steiner
 * No change; starting version 4.
 * 
 * Revision 2.1  85/12/12  10:49:40  bcn
 * Change major version number to 2.
 * 
 * Revision 1.1  85/06/07  21:46:24  martillo
 * Initial revision
 * 
 */

#ifndef lint
static char *rcsid_user_cmds_c = "$Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/kerberos/appl/tftp/user_cmds.c,v 1.1 1996/06/02 08:22:31 ghudson Exp $";
#endif	lint

/* user_cmds.c */

/*  Copyright 1984 by the Massachusetts Institute of Technology  */
/*  See permission and disclaimer notice in file "notice.h"  */
#include	"notice.h"


/* EMACS_MODES: c !fill */

/* Stubs of the command processing routines for the user tftp program,
 * which doesn't do command processing.
 */

char	cmd_intrpt = 0;

do_cmd ()
{
}
