/* * Copyright (C) 2002 Jean-Charles Salzeber * * This file is part of penggy. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * * $Id: ccl.c,v 1.1 2002/12/22 22:28:06 chupa Exp $ * */ #if HAVE_CONFIG_H # include "config.h" #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #include "fdo/atoms.h" const atomdef_t ccl_atom_tab[] = { {"ccl_dial" , CCL_DIAL , raw}, {"ccl_hang_up" , CCL_HANG_UP , raw}, {"ccl_install_modem_driver", CCL_INSTALL_MODEM_DRIVER, raw}, {"ccl_update_locality" , CCL_UPDATE_LOCALITY , raw}, {"ccl_get_locality" , CCL_GET_LOCALITY , raw}, {"ccl_new_location" , CCL_NEW_LOCATION , raw}, {"ccl_translate_com_port" , CCL_TRANSLATE_COM_PORT , raw}, {"ccl_translate_baud_rate" , CCL_TRANSLATE_BAUD_RATE , raw}, {"ccl_translate_network" , CCL_TRANSLATE_NETWORK , raw}, {"ccl_translate_locality" , CCL_TRANSLATE_LOCALITY , raw}, {"ccl_check_hang_up" , CCL_CHECK_HANG_UP , raw}, {"ccl_is_modem" , CCL_IS_MODEM , raw}, {"ccl_add_net_choices" , CCL_ADD_NET_CHOICES , raw}, {"ccl_list_set_net" , CCL_LIST_SET_NET , dword}, {"ccl_list_get_net" , CCL_LIST_GET_NET , raw}, {"ccl_reload_networks" , CCL_RELOAD_NETWORKS , raw}, {"ccl_enum_com_devices" , CCL_ENUM_COM_DEVICES , raw}, {"ccl_cancel_enum_devices" , CCL_CANCEL_ENUM_DEVICES , raw}, {"ccl_select_com_device" , CCL_SELECT_COM_DEVICE , word}, {NULL, -1, na} };