Deleted Added
full compact
port-aix.h (146998) port-aix.h (147001)
1/* $Id: port-aix.h,v 1.24 2005/02/16 11:49:31 dtucker Exp $ */
1/* $Id: port-aix.h,v 1.25 2005/03/21 11:46:34 dtucker Exp $ */
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 32 unchanged lines hidden (view full) ---

42# endif
43# include <usersec.h>
44#endif
45
46#include "buffer.h"
47
48/* These should be in the system headers but are not. */
49int usrinfo(int, char *, int);
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 32 unchanged lines hidden (view full) ---

42# endif
43# include <usersec.h>
44#endif
45
46#include "buffer.h"
47
48/* These should be in the system headers but are not. */
49int usrinfo(int, char *, int);
50#if (HAVE_DECL_SETAUTHDB == 0)
50int setauthdb(const char *, char *);
51int setauthdb(const char *, char *);
52#endif
51/* these may or may not be in the headers depending on the version */
52#if (HAVE_DECL_AUTHENTICATE == 0)
53int authenticate(char *, char *, int *, char **);
54#endif
55#if (HAVE_DECL_LOGINFAILED == 0)
56int loginfailed(char *, char *, char *);
57#endif
58#if (HAVE_DECL_LOGINRESTRICTIONS == 0)

--- 57 unchanged lines hidden ---
53/* these may or may not be in the headers depending on the version */
54#if (HAVE_DECL_AUTHENTICATE == 0)
55int authenticate(char *, char *, int *, char **);
56#endif
57#if (HAVE_DECL_LOGINFAILED == 0)
58int loginfailed(char *, char *, char *);
59#endif
60#if (HAVE_DECL_LOGINRESTRICTIONS == 0)

--- 57 unchanged lines hidden ---