X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmboxscan.h;h=0844536c451dd0e35062982f32caa6b7df9a23e6;hb=a25985f00b5956e1100900a50986fd89ff560812;hp=cd0b690c69dfc9f0f05378af9030b9777dc99cbb;hpb=81c691d15afc0ccffd3da3a480478f0a66bb60f4;p=monky diff --git a/src/mboxscan.h b/src/mboxscan.h index cd0b690..0844536 100644 --- a/src/mboxscan.h +++ b/src/mboxscan.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian - * 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. * @@ -30,6 +30,8 @@ #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_ */