Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
ca373df7
Commit
ca373df7
authored
Apr 26, 2001
by
Niels Möller
Browse files
* src/interact.h (interact): Use const for prompt arguments.
Rev: src/interact.h:1.8
parent
17c15b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interact.h
View file @
ca373df7
...
...
@@ -68,10 +68,10 @@ struct terminal_dimensions;
;; FIXME: Do we really need the FREE parameter?
(read_password method (string)
"UINT32 max_length"
"struct lsh_string *prompt"
"
const
struct lsh_string *prompt"
"int free")
(yes_or_no method int
"struct lsh_string *prompt"
"
const
struct lsh_string *prompt"
"int def" "int free")
(get_attributes method (object terminal_attributes) )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment