Changeset 4141:3bd73423150c for attach.c

Show
Ignore:
Timestamp:
2005-08-04 19:16:46 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Move some attachment-related prototypes and structures into attach.h
from the global headers. A small step towards sane dependency tracking
and code cleanliness.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r3873 r4141  
    2424#include "mutt.h" 
    2525#include "mutt_menu.h" 
     26#include "attach.h" 
    2627#include "mutt_curses.h" 
    2728#include "keymap.h"