| 12345678910111213 |
- Index: src/proto.h
- --- src/proto.h.orig 2004-11-23 02:59:18 +0100
- +++ src/proto.h 2005-02-06 12:54:10 +0100
- @@ -358,7 +358,7 @@
- filestruct *backup_lines(filestruct *first_line, size_t par_len, size_t
- quote_len);
- bool breakable(const char *line, ssize_t goal);
- -ssize_t break_line(const char *line, ssize_t goal, bool force);
- +int break_line(const char *line, ssize_t goal, bool force);
- bool do_para_search(size_t *const quote, size_t *const par);
- void do_justify(bool full_justify);
- void do_justify_void(void);
|