~ubuntu-branches/ubuntu/hoary/eflite/hoary

« back to all changes in this revision

Viewing changes to lookup.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Lang
  • Date: 2004-02-25 13:55:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040225135510-hei3t1pv7rywewhn
Tags: upstream-0.3.8
ImportĀ upstreamĀ versionĀ 0.3.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * brass - Braille and speech server
 
3
 *
 
4
 * Copyright (C) 2001 by Roger Butenuth, All rights reserved.
 
5
 *
 
6
 * This is free software, placed under the terms of the
 
7
 * GNU General Public License, as published by the Free Software
 
8
 * Foundation.  Please see the file COPYING for details.
 
9
 *
 
10
 * $Id: lookup.h,v 1.1.1.1 2002/03/03 19:49:48 mgorse Exp $
 
11
 */
 
12
#ifndef LOOKUP_H
 
13
#define LOOKUP_H
 
14
 
 
15
typedef char *(*lookup_string_t)(void *context, const char *name);
 
16
 
 
17
#endif /* LOOKUP_H */