~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to src/plugins/logger/logger-tail.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (29.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140928174110-bwlsn7gqmqfftnmb
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
20
 
#ifndef __WEECHAT_LOGGER_TAIL_H
21
 
#define __WEECHAT_LOGGER_TAIL_H 1
 
20
#ifndef WEECHAT_LOGGER_TAIL_H
 
21
#define WEECHAT_LOGGER_TAIL_H 1
22
22
 
23
23
struct t_logger_line
24
24
{
30
30
                                               int n_lines);
31
31
extern void logger_tail_free (struct t_logger_line *lines);
32
32
 
33
 
#endif /* __WEECHAT_LOGGER_TAIL_H */
 
33
#endif /* WEECHAT_LOGGER_TAIL_H */