~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to appl/telnet/libtelnet/auth.h

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 * or implied warranty.
54
54
 */
55
55
 
56
 
/* $Id: auth.h 5027 1998-06-09 19:25:40Z joda $ */
 
56
/* $Id: auth.h 22895 2008-04-07 18:52:20Z lha $ */
57
57
 
58
58
#ifndef __AUTH__
59
59
#define __AUTH__
72
72
        void    (*is) (struct XauthP *, unsigned char *, int);
73
73
        void    (*reply) (struct XauthP *, unsigned char *, int);
74
74
        int     (*status) (struct XauthP *, char *, size_t, int);
75
 
        void    (*printsub) (unsigned char *, int, unsigned char *, int);
 
75
        void    (*printsub) (unsigned char *, size_t, unsigned char *, size_t);
76
76
} Authenticator;
77
77
 
78
78
#include "auth-proto.h"