aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_imon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-14removed all tagsmichael1-63/+0
2007-01-14svn properties fixedmichael1-1/+2
2007-01-14switch from CVS to SVNmichael1-0/+0
d 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: layout.h,v $ * Revision 1.1 2004/01/10 20:22:33 reinelt * added new function 'cfg_list()' (not finished yet) * added layout.c (will replace processor.c someday) * added widget_text.c (will be the first and most important widget) * modified lcd4linux.c so that old-style configs should work, too * */ #ifndef _LAYOUT_H_ #define _LAYOUT_H_ int layout_init(char *section); #endif