summaryrefslogtreecommitdiff
path: root/lib/rmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rmt.h')
-rw-r--r--lib/rmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rmt.h b/lib/rmt.h
index 2ce9dc5..ff10e7c 100644
--- a/lib/rmt.h
+++ b/lib/rmt.h
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-extern char *rmt_command;
-extern char *rmt_dev_name__;
+extern char const *rmt_command;
+extern char const *rmt_dev_name__;
int rmt_open__ (const char *, int, int, const char *);
int rmt_close__ (int);