summaryrefslogtreecommitdiff
path: root/src/util/ss/data.c
blob: e0b09959724e314846c88e4e2f6b8d0422648785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
 * (Student Information Processing Board)
 *
 * For copyright info, see copyright.h.
 */

#include <stdio.h>
#include "ss_internal.h"
#include "copyright.h"

ss_data **_ss_table = (ss_data **)NULL;
char *_ss_pager_name = (char *)NULL;