diff options
author | Fritz Elfert <felfert@to.com> | 1999-08-07 12:59:56 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 1999-08-07 12:59:56 +0000 |
commit | e1481b5055b46e095dfc78c2fde929614cb261a2 (patch) | |
tree | cd101d1c77e386e24fbce6e2bf1c947357f88c26 /lib/rfsv32.h | |
parent | fa28a85dd898b4e9479f5293cf1eb80014c1eea2 (diff) | |
download | plptools-e1481b5055b46e095dfc78c2fde929614cb261a2.tar.gz plptools-e1481b5055b46e095dfc78c2fde929614cb261a2.tar.bz2 plptools-e1481b5055b46e095dfc78c2fde929614cb261a2.zip |
Fixed const char stuff.
Diffstat (limited to 'lib/rfsv32.h')
-rw-r--r-- | lib/rfsv32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfsv32.h b/lib/rfsv32.h index f6aeceb..00cab2b 100644 --- a/lib/rfsv32.h +++ b/lib/rfsv32.h @@ -158,7 +158,7 @@ class rfsv32 { // Communication bool sendCommand(enum commands c, bufferStore & data); long getResponse(bufferStore & data); - void convertSlash(const char *name); + char *convertSlash(const char *name); // time-conversion unsigned long micro2time(unsigned long microHi, unsigned long microLo); |