mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use proper #include for xdecrypt declarations.
This commit is contained in:
@ -21,13 +21,11 @@
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
||||
#include <rpc/key_prot.h>
|
||||
#include <rpc/des_crypt.h>
|
||||
#include "nsswitch.h"
|
||||
|
||||
#define DATAFILE "/etc/publickey"
|
||||
|
||||
/* Prototype for function in xcyrpt.c. */
|
||||
extern int xdecrypt (char *, char *);
|
||||
|
||||
|
||||
static enum nss_status
|
||||
search (const char *netname, char *result, int *errnop, int secret)
|
||||
|
Reference in New Issue
Block a user