X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Falgebra.h;h=4e4b721a6ee53b025b25d1dc8c1450e33bd621bf;hb=b72004787038371098a745c9358e8e1552d945d5;hp=f464eac368cf6b08059c21170bfe7a19c78bf54e;hpb=d97cd93a1c2eb18a697aa1e3c59e03eeabdc454d;p=monky diff --git a/src/algebra.h b/src/algebra.h index f464eac..4e4b721 100644 --- a/src/algebra.h +++ b/src/algebra.h @@ -1,4 +1,7 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * @@ -7,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * @@ -23,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef _ALGEBRA_H #define _ALGEBRA_H @@ -39,6 +40,7 @@ enum match_type { }; enum arg_type { + ARG_BAD = 0, /* something strange */ ARG_STRING = 1, /* "asdf" */ ARG_LONG = 2, /* 123456 */ ARG_DOUBLE = 3, /* 12.456 */