From 193af441a127a0daabbd17c512e34817ddbcadfd Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 16 Mar 2002 23:10:52 +0000 Subject: - 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... --- lib/rpcs32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rpcs32.h') 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 closeHandle(int); #endif - Enum regOpenIter(void); + Enum regOpenIter(u_int32_t uid, char *match, u_int16_t &handle); + Enum regReadIter(u_int16_t handle); #if 0 - Enum regReadIter(void); Enum regWrite(void); Enum regRead(void); Enum regDelete(void); -- cgit v1.2.3