# HG changeset patch # User Matti Hamalainen # Date 1422913539 -7200 # Node ID 10c05931dfe54eb6007a74c08dd14676c6b921f8 # Parent 68994cb1f1a6e92e2e5475be983fa48cd7aaea33 Cosmetic. diff -r 68994cb1f1a6 -r 10c05931dfe5 util.h --- a/util.h Wed Jan 28 13:04:19 2015 +0200 +++ b/util.h Mon Feb 02 23:45:39 2015 +0200 @@ -60,6 +60,7 @@ BOOL dirty; } nn_editbuf_t; + int nn_editbuf_write(nn_editbuf_t *buf, size_t pos, char ch); int nn_editbuf_insert(nn_editbuf_t *buf, size_t pos, char ch); int nn_editbuf_delete(nn_editbuf_t *buf, size_t pos);