X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmboxscan.h;h=0844536c451dd0e35062982f32caa6b7df9a23e6;hb=a25985f00b5956e1100900a50986fd89ff560812;hp=0d3c60102220afa47b0c407f82dd01cf9e4b7a55;hpb=3d26a4880e92df2c6004d85c1be458e35c6bfc3a;p=monky diff --git a/src/mboxscan.h b/src/mboxscan.h index 0d3c601..0844536 100644 --- a/src/mboxscan.h +++ b/src/mboxscan.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * @@ -7,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian - * Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * @@ -23,11 +25,13 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #ifndef _MBOXSCAN_H_ #define _MBOXSCAN_H_ -void mbox_scan(char *args, char *output, size_t max_len); +void parse_mboxscan_arg(struct text_object *, const char *); +void print_mboxscan(struct text_object *, char *, int); +void free_mboxscan(struct text_object *); #endif /* _MBOXSCAN_H_ */