aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/args.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/args.hh')
-rw-r--r--src/libutil/args.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libutil/args.hh b/src/libutil/args.hh
index ad5fcca39..22702c2d8 100644
--- a/src/libutil/args.hh
+++ b/src/libutil/args.hh
@@ -190,6 +190,9 @@ public:
Strings argvToStrings(int argc, char * * argv);
+/* Helper function to generate args that invoke $EDITOR on filename:lineno */
+Strings editorFor(std::string filename, int lineno);
+
/* Helper function for rendering argument labels. */
std::string renderLabels(const Strings & labels);