aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2006-05-16 11:23:37 +0000
committerReuben Thomas <rrt@sc3d.org>2006-05-16 11:23:37 +0000
commit5c47d482382225fbd11ba0a6a2c6d259dfd5b422 (patch)
tree31f0abda4cdc1faa43e0c18cfb3f8c27995d72e8 /lib
parentbfa27df08b38f92295352d2d02b861e593a951a1 (diff)
downloadplptools-5c47d482382225fbd11ba0a6a2c6d259dfd5b422.tar.gz
plptools-5c47d482382225fbd11ba0a6a2c6d259dfd5b422.tar.bz2
plptools-5c47d482382225fbd11ba0a6a2c6d259dfd5b422.zip
Take setTime out of #if 0 and give it a proper prototype.
Diffstat (limited to 'lib')
-rw-r--r--lib/rpcs32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcs32.h b/lib/rpcs32.h
index 4f02a2d..6a6ebcb 100644
--- a/lib/rpcs32.h
+++ b/lib/rpcs32.h
@@ -47,11 +47,11 @@ class rpcs32 : public rpcs {
Enum<rfsv::errs> closeHandle(u_int16_t);
Enum<rfsv::errs> regOpenIter(u_int32_t uid, char *match, u_int16_t &handle);
Enum<rfsv::errs> regReadIter(u_int16_t handle);
+ Enum<rfsv::errs> setTime(time_t time);
#if 0
Enum<rfsv::errs> regWrite(void);
Enum<rfsv::errs> regRead(void);
Enum<rfsv::errs> regDelete(void);
- Enum<rfsv::errs> setTime(void);
Enum<rfsv::errs> queryOpen(void);
Enum<rfsv::errs> queryRead(void);
Enum<rfsv::errs> quitServer(void);