From: Ralph Corderoy Date: Mon, 15 May 2017 13:40:52 +0000 (+0100) Subject: sbr/m_mktemp.h: Create with missing prototypes. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/dcbbebd768c6444e2fbf83de2b3dc6c76b513a54?ds=sidebyside;hp=dcbbebd768c6444e2fbf83de2b3dc6c76b513a54 sbr/m_mktemp.h: Create with missing prototypes. Some of sbr/m_mktemp.c's functions didn't have prototypes in a header file so callers were declaring prototypes themselves. Have them include the new header file instead. ---