aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-21 11:32:27 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-21 11:32:27 +0300
commitf5f9ad5a144999f7c788119cc21d967734ae0dba (patch)
treec65c817e401c8264212e1b7abad9ac2fa18ece94 /lib/libeclat.h
parentdc2eda2489f6f8e9bd699c3968edd0710b3adb73 (diff)
downloadeclat-f5f9ad5a144999f7c788119cc21d967734ae0dba.tar.gz
eclat-f5f9ad5a144999f7c788119cc21d967734ae0dba.tar.bz2
Various minor fixes.
* doc/eclat.conf.5: Document EC2 maps. * etc/eclat.cfin: Provide default maps. * lib/Makefile.am (AM_LFLAGS): Remove -v. * lib/bidimap.c (cb_submap): Remove unused variable. * lib/forlan.c: Minor change. * lib/forlangrm.y: Declare prototype for yylex. * lib/forlanlex.l: Add option nounput * lib/libeclat.h (eclat_map) <locus>: New member. * lib/map.c (eclat_map_config): Warn if attempting to redeclare an existing map. * src/ec2map.c (ec2_map_get): Minor change.
Diffstat (limited to 'lib/libeclat.h')
-rw-r--r--lib/libeclat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libeclat.h b/lib/libeclat.h
index 733a46d..0e8868b 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -139,6 +139,7 @@ struct eclat_map_drv {
struct eclat_map {
char *name;
+ struct grecs_locus locus;
char *keytrans;
struct eclat_map_drv *drv;
void *data;

Return to:

Send suggestions and report system problems to the System administrator.