forgot a semicolon

This commit is contained in:
Bryan Stansell 2019-03-29 17:06:53 -07:00
parent dbe104674d
commit b626f3fea9
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

View File

@ -84,5 +84,5 @@ extern void SendIWaitClientsMsg(CONSENT *, char *);
extern int AttemptSSL(CONSCLIENT *);
#endif
#if HAVE_GSSAPI
extern int AttemptGSSAPI(CONSCLIENT *)
extern int AttemptGSSAPI(CONSCLIENT *);
#endif