00001 00017 /* 00018 * Copyright (c) 1991-2006 Kawahara Lab., Kyoto University 00019 * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology 00020 * Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology, Nagoya Institute of Technology 00021 * All rights reserved 00022 */ 00023 00024 #ifndef __JULIUS_MISC__ 00025 #define __JULIUS_MISC__ 00026 00028 enum { 00029 SP_RESULT_TTY, 00030 SP_RESULT_MSOCK 00031 }; 00032 00033 #endif /* __JULIUS_MISC__ */