11.1Sisaki/*	$NetBSD: switch.h,v 1.1 2014/08/05 13:49:04 isaki Exp $	*/
21.1Sisaki
31.1Sisaki/*
41.1Sisaki * Copyright (c) 2014 Tetsuya Isaki. All rights reserved.
51.1Sisaki *
61.1Sisaki * Redistribution and use in source and binary forms, with or without
71.1Sisaki * modification, are permitted provided that the following conditions
81.1Sisaki * are met:
91.1Sisaki * 1. Redistributions of source code must retain the above copyright
101.1Sisaki *    notice, this list of conditions and the following disclaimer.
111.1Sisaki * 2. Redistributions in binary form must reproduce the above copyright
121.1Sisaki *    notice, this list of conditions and the following disclaimer in the
131.1Sisaki *    documentation and/or other materials provided with the distribution.
141.1Sisaki *
151.1Sisaki * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
161.1Sisaki * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
171.1Sisaki * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
181.1Sisaki * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
191.1Sisaki * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
201.1Sisaki * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
211.1Sisaki * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
221.1Sisaki * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
231.1Sisaki * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
241.1Sisaki * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
251.1Sisaki * SUCH DAMAGE.
261.1Sisaki */
271.1Sisaki
281.1Sisakiextern void cmd_switch(char *);
29