aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs32.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-16 23:10:52 +0000
committerFritz Elfert <felfert@to.com>2002-03-16 23:10:52 +0000
commit193af441a127a0daabbd17c512e34817ddbcadfd (patch)
treedeef4cbfdf258ae3c7d8cde2b43a611520f73632 /lib/rpcs32.h
parent7121719ec7f473c3d26873d688179a7d7f466026 (diff)
downloadplptools-193af441a127a0daabbd17c512e34817ddbcadfd.tar.gz
plptools-193af441a127a0daabbd17c512e34817ddbcadfd.tar.bz2
plptools-193af441a127a0daabbd17c512e34817ddbcadfd.zip
- ncpd now works with both Series 3 and Series 5
- ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE...
Diffstat (limited to 'lib/rpcs32.h')
-rw-r--r--lib/rpcs32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpcs32.h b/lib/rpcs32.h
index 0256b66..70644da 100644
--- a/lib/rpcs32.h
+++ b/lib/rpcs32.h
@@ -48,9 +48,9 @@ class rpcs32 : public rpcs {
#if 0
Enum<rfsv::errs> closeHandle(int);
#endif
- Enum<rfsv::errs> regOpenIter(void);
+ Enum<rfsv::errs> regOpenIter(u_int32_t uid, char *match, u_int16_t &handle);
+ Enum<rfsv::errs> regReadIter(u_int16_t handle);
#if 0
- Enum<rfsv::errs> regReadIter(void);
Enum<rfsv::errs> regWrite(void);
Enum<rfsv::errs> regRead(void);
Enum<rfsv::errs> regDelete(void);