aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-08 14:47:25 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-08 14:47:25 -0700
commit51de26960c35ef707713d5c02568290d66578db3 (patch)
tree2c5478875d03db06a97f7dc1ecf840280e2c5e45 /env_universal.h
parentb67526aae8a28a4870edc51ad46a002c6ecf0ecf (diff)
Make escaping consistent for fish <-> fishd protocol
Fix fork guards to work in fishd https://github.com/fish-shell/fish-shell/issues/339
Diffstat (limited to 'env_universal.h')
-rw-r--r--env_universal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal.h b/env_universal.h
index ec2fae19..bfc45635 100644
--- a/env_universal.h
+++ b/env_universal.h
@@ -20,7 +20,7 @@ extern connection_t env_universal_server;
void env_universal_init( wchar_t * p,
wchar_t *u,
void (*sf)(),
- void (*cb)( int type, const wchar_t *name, const wchar_t *val ));
+ void (*cb)( fish_message_type_t type, const wchar_t *name, const wchar_t *val ));
/**
Free memory used by envuni
*/