Andreas Krennmair:
[apps/madmutt.git] / history.h
index b32a47a..291613d 100644 (file)
--- a/history.h
+++ b/history.h
  *     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.
- */ 
+ */
 
 #ifndef _HISTORY_H
 #define _HISTORY_H
 
-enum history_class
-{
+enum history_class {
   HC_CMD,
   HC_ALIAS,
   HC_COMMAND,
@@ -34,9 +33,9 @@ enum history_class
 
 typedef enum history_class history_class_t;
 
-void mutt_init_history(void);
-void mutt_history_add(history_class_t, const char *);
-char *mutt_history_next(history_class_t);
-char *mutt_history_prev(history_class_t);
+void mutt_init_history (void);
+void mutt_history_add (history_class_t, const char *);
+char *mutt_history_next (history_class_t);
+char *mutt_history_prev (history_class_t);
 
 #endif