aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-04 13:09:01 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-04 13:09:01 -0800
commitedb973fadc8d359aa212999d8f447b0de9589789 (patch)
tree4aebedb5937b567100243bac071853f2bc398a78 /expand.h
parent77f1b1f0fe27778750bb9b9aa53f6bc42d5e5843 (diff)
Hack around xdm's dumb assumption that the login shell is POSIX compliant so we no longer kill OpenSUSE
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/expand.h b/expand.h
index 6426c686..1dedf173 100644
--- a/expand.h
+++ b/expand.h
@@ -200,4 +200,11 @@ void expand_variable_error(parser_t &parser, const wchar_t *token, size_t token_
*/
std::vector<wcstring> expand_get_all_process_names(void);
+/* Terrible hacks */
+bool fish_xdm_login_hack_hack_hack_hack(std::vector<std::string> *cmds, int argc, const char * const *argv);
+bool fish_openSUSE_dbus_hack_hack_hack_hack(std::vector<completion_t> *args);
+
+
#endif
+
+