xref: /freebsd/crypto/krb5/src/util/ss/data.c (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 /*
3  * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
4  * (Student Information Processing Board)
5  *
6  * For copyright info, see copyright.h.
7  */
8 
9 #include <stdio.h>
10 #include "ss_internal.h"
11 #include "copyright.h"
12 
13 ss_data **_ss_table = (ss_data **)NULL;
14 char *_ss_pager_name = (char *)NULL;
15