~ubuntu-branches/ubuntu/natty/dnprogs/natty

« back to all changes in this revision

Viewing changes to librms/rmsp.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2005-10-30 15:09:21 UTC
  • Revision ID: james.westby@ubuntu.com-20051030150921-h9yn20kzxtwmjh2a
Tags: 2.32
* fal removes [] from names as they could cause confusion.
* Fixed crash in libdap if a connection gets closed more than once.
* Fix libdnet's dnet_recv to cope with 0 being returned from recvmsg.
* Some minor manpage & packaging bugs fixed.
* Include dnlogin, a replacement for sethost.
* Include libvaxdata - a library of routines for converting between VAX.
  data formats and Unix ones. Contributed by Larry Baker of the 
  US Geological Survey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
};
45
45
 
46
 
int   rms_getreply(RMSHANDLE h, int wait, dap_message **msg);
 
46
int   rms_getreply(RMSHANDLE h, int wait, struct FAB *fab, dap_message **msg);
47
47
int   check_status(rms_conn *c, dap_message *m);
48
48
bool  parse_options(RMSHANDLE h, char *options, struct FAB *fab, struct RAB *rab, va_list ap);
49
49