]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.h
Interactive: Introduce i9e_get_error().
[paraslash.git] / interactive.h
index be42c91fdb8723f2239d4915032f2ddeb45e6f55..93ee56c7fb7d833a7c3dac514d2b04f24f70ca5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2011-2012 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -86,3 +86,4 @@ char **i9e_complete_commands(const char *word, struct i9e_completer *completers)
 void i9e_complete_option(char **opts, struct i9e_completion_info *ci,
                struct i9e_completion_result *cr);
 int i9e_print_completions(struct i9e_completer *completers);
+int i9e_get_error(void);