blob: 8f7cda593411d3bd7afb99a29ca7cdbf6d965ca2 [file] [log] [blame]
Theodore Ts'o3839e651997-04-26 13:21:57 +00001/*
2 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
3 * (Student Information Processing Board)
4 *
Theodore Ts'o06cefee1999-10-23 01:16:22 +00005 * Permission to use, copy, modify, and distribute this software and
6 * its documentation for any purpose is hereby granted, provided that
7 * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
8 * advertising or publicity pertaining to distribution of the software
9 * without specific, written prior permission. M.I.T. and the
10 * M.I.T. S.I.P.B. make no representations about the suitability of
11 * this software for any purpose. It is provided "as is" without
12 * express or implied warranty.
Theodore Ts'o3839e651997-04-26 13:21:57 +000013 */
14
15#include <stdio.h>
16#include "ss_internal.h"
Theodore Ts'o3839e651997-04-26 13:21:57 +000017
Theodore Ts'of3db3561997-04-26 13:34:30 +000018static const char copyright[] =
Theodore Ts'o3839e651997-04-26 13:21:57 +000019 "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
20
21ss_data **_ss_table = (ss_data **)NULL;
22char *_ss_pager_name = (char *)NULL;