Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/environment.h b/environment.h
index d438b5c8f3..a26931556a 100644
--- a/environment.h
+++ b/environment.h
@@ -4,6 +4,13 @@
#include "strvec.h"
/*
+ * The character that begins a commented line in user-editable file
+ * that is subject to stripspace.
+ */
+extern char comment_line_char;
+extern int auto_comment_line_char;
+
+/*
* Wrapper of getenv() that returns a strdup value. This value is kept
* in argv to be freed later.
*/