/* $Id: cfg.h,v 1.2 2000/04/03 04:46:38 reinelt Exp $ * * config file stuff * * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at) * * 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. * * * $Log: cfg.h,v $ * Revision 1.2 2000/04/03 04:46:38 reinelt * * added '-c key=val' option * * Revision 1.1 2000/03/10 11:40:47 reinelt * *** empty log message *** * * Revision 1.2 2000/03/06 06:04:06 reinelt * * minor cleanups * * */ #ifndef _CFG_H_ #define _CFG_H_ int cfg_cmd (char *arg); void cfg_set (char *key, char *value); char *cfg_get (char *key); int cfg_read (char *file); char *cfg_file (void); #endif /lcd4linux.git/log/lcd4linux_i2c.h?showmsg=1&follow=1'>logtreecommitdiffstats
path: root/lcd4linux_i2c.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-07-15automake-1.10.1michael4-214/+522
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@878 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-15forgot includemichux1-0/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@877 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-15add signal handler, improve error checkmichux1-4/+10
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@876 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-14minor updatemichux1-4/+9
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@875 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-12Makefiles again, this time libiconv stuff is fixedmichux6-357/+2445
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@874 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-12fix error, introduced in r857michux1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@873 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-12update Makefilesmichux3-0/+17
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@872 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-12clean upmichux1-171/+188
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@871 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-10Add the year 2008 to the copyrightmichux1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@870 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-10Add basic FIFO pluginmichux4-0/+197
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@869 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-04fixed autoconfmichux2-0/+3
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@868 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-04update autoconfmichux5-2392/+438
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@867 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-04Add asterisk plugin, thanks to mcarey@yostengineering.commichux3-1/+197
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@866 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-03fix typo, close #114michux1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@865 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-03update charset for Crystalfontz Model 632 and 634michux2-3/+87
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@864 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-03-05improve error messagesmichux1-7/+13
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@863 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-03-03reformat plugin_mpd - use c style commentsmichux1-8/+8
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@862 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-03-03correct code format (indent)michux1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-03-03correct code format (indent)michux5-184/+185
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@860 3ae390bd-cb1e-0410-b409-cd5a39f66f1f