aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.lsm
blob: 0f6cb6f8a40664621167e1560aa16a62f3f8de3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Begin4
Title:          lcd4linux
Version:        0.95
Entered-date:   2000-03-28
Description:    system and ISDN information is shown on
                an external display or in a X11 window.
Keywords:       LCD 
Author:         reinelt@eunet.at (Michael Reinelt)
Maintained-by:  reinelt@eunet.at (Michael Reinelt)
Primary-site:   download.sourceforge.net /pub/sourceforge/lcd4linux
                54k lcd4linux-0.95.tar.gz
Alternate-site: http://lcd4linux.sourceforge.net
Original-site:  
Platforms:      
Copying-policy: GPL
End
ass="cm"> * 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. * * * $Log: dvb.h,v $ * Revision 1.2 2003/08/08 23:08:38 reinelt * CVS Id and Log missing from dvb.{c,h} * */ #ifndef _DVB_H_ #define _DVB_H_ int DVB (double *strength, double *snr); #endif