File: lookup.h

package info (click to toggle)
eflite 0.4.1-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: ansic: 3,515; makefile: 93
file content (17 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * brass - Braille and speech server
 *
 * Copyright (C) 2001 by Roger Butenuth, All rights reserved.
 *
 * This is free software, placed under the terms of the
 * GNU General Public License, as published by the Free Software
 * Foundation.  Please see the file COPYING for details.
 *
 * $Id: lookup.h,v 1.1.1.1 2002/03/03 19:49:48 mgorse Exp $
 */
#ifndef LOOKUP_H
#define LOOKUP_H

typedef char *(*lookup_string_t)(void *context, const char *name);

#endif /* LOOKUP_H */