Description: fix implicit-function-declaration issue
Author: Bo YU <tsu.yubo@gmail.com>
Bug: https://bugs.debian.org/1066658
Last-Update: 2024-04-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/scm.c
+++ b/scm.c
@@ -195,6 +195,8 @@
 #define	INADDR_LOOPBACK		(u_long)0x7f000001	/* 127.0.0.1 */
 #endif
 
+void setproctitle(const char *fmt, ...);
+
 char scmversion[] = "4.3 BSD";
 extern int silent;
 
