Commit cd2ae36f authored by Anders Kaseorg's avatar Anders Kaseorg Committed by John Hood
Browse files

Mark local functions as static



This helps to catch unused functions like the former mosh_read_line,
allows the compiler to make better inlining decisions, and reduces the
binary size a bit.

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent a52b095f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment