nano.patch 518 B

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