mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00

sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
24 lines
555 B
C
24 lines
555 B
C
/*
|
|
* Snomphone: IAX software for SNOM 100 Phone
|
|
*
|
|
* IAX Support for talking to Asterisk and other Gnophone clients
|
|
*
|
|
* Copyright (C) 1999, Linux Support Services, Inc.
|
|
*
|
|
* Mark Spencer <markster@linux-support.net>
|
|
*
|
|
* This program is free software, distributed under the terms of
|
|
* the GNU General Public License
|
|
*/
|
|
|
|
extern char regpeer[256];
|
|
extern char regsecret[256];
|
|
extern char regpeer[256];
|
|
extern char server[256];
|
|
extern int refresh;
|
|
extern char context[256];
|
|
extern char language[256];
|
|
|
|
int save_options(void);
|
|
int load_options(void);
|