aboutsummaryrefslogtreecommitdiffstats
path: root/util/av7110_loadkeys/hauppauge.rc5
diff options
context:
space:
mode:
authorTobias Grimm <etobi@debian.org>2009-05-01 23:00:37 +0200
committeretobi <git@e-tobi.net>2013-09-03 09:48:44 +0200
commita535707334f245ca1b14570e941a7524c7ca09d7 (patch)
treeee4b83a55cb84032328d39f2c4472e769d49642b /util/av7110_loadkeys/hauppauge.rc5
parente60d1ba8d2ddcd1e5d7a26d352ad2a3b0e10e85d (diff)
downloadlinux-dvb-apps-a535707334f245ca1b14570e941a7524c7ca09d7.tar.gz
Imported Debian patch 1.1.1+rev1207-5debian/1.1.1+rev1207-5
Diffstat (limited to 'util/av7110_loadkeys/hauppauge.rc5')
0 files changed, 0 insertions, 0 deletions
String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
 * wavemon - a wireless network monitoring aplication
 *
 * Copyright (c) 2001-2002 Jan Morgenstern <jan@jm-music.de>
 *
 * wavemon 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.
 *
 * wavemon 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 wavemon; see the file COPYING.  If not, write to the Free Software
 * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
#define LISTVAL_MAX	32	/* maximum string length of `s' elements */

int	ll_create(void);
void 	*ll_get(int ld, unsigned long n);
void 	*ll_getall(int ld);
void 	ll_reset(int ld);
void 	ll_push(int ld, const char *format, ...);
void 	ll_replace(int ld, unsigned long n, const char *format, ...);
signed long ll_scan(int ld, const char *format, ...);
unsigned long ll_size(int ld);
void 	ll_destroy(int ld);