dtlogin: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson
2021-11-15 16:07:28 -07:00
parent abb408b24f
commit 47348e59de
15 changed files with 124 additions and 71 deletions
+3
View File
@@ -38,6 +38,7 @@
# include "dm.h"
# include <signal.h>
# include <X11/Xatom.h>
# include <X11/Xmu/Error.h>
# include <setjmp.h>
#if defined(__FreeBSD__) && OSMAJORVERSION > 8
# include <utmpx.h>
@@ -57,6 +58,8 @@ static int PathInPList(char *path, char **fplist, int listlen);
static int PathInZList(char *path, char *fplist, int listlen);
static int SeparateParts( char **path );
void GenerateAuthData(char *auth, int len); // genauth.c
static void
DebugFontPath(char *note, char **path, int nelems)