X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=attach.h;fp=attach.h;h=e7b551316af38429c34219fcf5e7f93f42e8bcae;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hp=b751a95139de6e326be75bb3c1bac2a4a36fecf9;hpb=31edbe030ac69952aa535730427246b5e9a1603c;p=apps%2Fmadmutt.git diff --git a/attach.h b/attach.h index b751a95..e7b5513 100644 --- a/attach.h +++ b/attach.h @@ -14,19 +14,20 @@ * 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - */ + */ /* common protos for compose / attach menus */ -int mutt_tag_attach (MUTTMENU *menu, int n, int m); -int mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, HEADER *hdr, - BODY *cur, ATTACHPTR ***idxp, short *idxlen, short *idxmax, - int recv); +int mutt_tag_attach (MUTTMENU * menu, int n, int m); +int mutt_attach_display_loop (MUTTMENU * menu, int op, FILE * fp, + HEADER * hdr, BODY * cur, ATTACHPTR *** idxp, + short *idxlen, short *idxmax, int recv); -void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr, MUTTMENU *menu); -void mutt_pipe_attachment_list (FILE *fp, int tag, BODY *top, int filter); -void mutt_print_attachment_list (FILE *fp, int tag, BODY *top); +void mutt_save_attachment_list (FILE * fp, int tag, BODY * top, HEADER * hdr, + MUTTMENU * menu); +void mutt_pipe_attachment_list (FILE * fp, int tag, BODY * top, int filter); +void mutt_print_attachment_list (FILE * fp, int tag, BODY * top); void mutt_attach_bounce (FILE *, HEADER *, ATTACHPTR **, short, BODY *); void mutt_attach_resend (FILE *, HEADER *, ATTACHPTR **, short, BODY *);