permissions corrected

This commit is contained in:
cal 1998-06-09 18:17:30 +00:00
parent 99c021b3d2
commit c326587c36
2 changed files with 1175 additions and 0 deletions

1150
isdnctrl/ctrltimru.c Normal file

File diff suppressed because it is too large Load Diff

25
isdnctrl/ctrltimru.h Normal file
View File

@ -0,0 +1,25 @@
/*
* ISDN TimRu-Control
*
* Copyright 1998 by Christian A. Lademann (cal@zls.de)
*
* 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, 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
int hdl_timeout_rule(int fd, char *id, int cmd, int argc, char *argv []);
char * defs_timru(char *id);
int hdl_budget(int fd, char *id, int cmd, int argc, char *argv []);
char * defs_budget(char *id);