]> granicus.if.org Git - neomutt/commit
build: give the compress functions a unique name
authorRichard Russon <rich@flatcap.org>
Thu, 16 Mar 2017 02:35:05 +0000 (02:35 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 22 Mar 2017 16:14:06 +0000 (16:14 +0000)
commitbda30075b0e2f452af8c9ade4c6dcc58123d487f
tree689dbb686885ab2546002ab67cb3072d34b95116
parent3904a72b4c9f80f18e9ded3b57023570767fc9ad
build: give the compress functions a unique name

The compressed mailbox functions are passed as pointers to mutt.
Their names, e.g. "open_mailbox" are OK for compilation, but they are
ambiguous when debugging.

- prefix exported function names with "comp_"
compress.c