Commit b20830b3 authored by Wayne Davison's avatar Wayne Davison

Made get_tmpname() non-static.

parent c63625d4
......@@ -82,7 +82,7 @@ static int updating_basis;
* As long as it's unique, rsync will work.
*/
static int get_tmpname(char *fnametmp, char *fname)
int get_tmpname(char *fnametmp, char *fname)
{
int maxname, added, length = 0;
char *f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment