~ubuntu-branches/ubuntu/hoary/libgsm/hoary

« back to all changes in this revision

Viewing changes to tls/taste.h

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Garcia Mantinan
  • Date: 2001-08-22 15:10:43 UTC
  • Revision ID: james.westby@ubuntu.com-20010822151043-0vgz06axh0la8uf6
Tags: upstream-1.0.10
ImportĀ upstreamĀ versionĀ 1.0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
 
3
 * Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
 
4
 * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
 
5
 */
 
6
 
 
7
/*
 
8
 * common code to sweet.c and bitter.c
 
9
 */
 
10
 
 
11
#ifndef TASTE_H
 
12
#define TASTE_H
 
13
 
 
14
struct spex {
 
15
 
 
16
        char    * var;
 
17
        int     varsize;
 
18
} ;
 
19
 
 
20
#endif  /* TASTE_H */