* Deleting from the end of the line in the composer, still showed
[alpine.git] / alpine / status.h
blob4076c8e07b22bf9c7b86ee41816a1d69c541becd
1 /*
2 * $Id: status.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PINE_STATUS_INCLUDED
17 #define PINE_STATUS_INCLUDED
20 #include "../pith/status.h"
23 /* exported protoypes */
24 int messages_queued(long *);
25 char *last_message_queued(void);
26 void flush_ordered_messages(void);
27 int status_message_write(char *, int);
28 void mark_status_dirty(void);
29 void mark_status_unknown(void);
32 #endif /* PINE_STATUS_INCLUDED */