~ubuntu-branches/debian/lenny/dropbear/lenny

« back to all changes in this revision

Viewing changes to dbutil.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerrit Pape
  • Date: 2006-04-16 16:16:40 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060416161640-ypmemhromnxg3tle
Tags: 0.48.1-1
* new upstream point release.
  * Compile fix for scp
* debian/diff/dbclient.1.diff: new: document -R option to dbclient
  accurately (thx Markus Schaber; closes: #351882).
* debian/dropbear.README.Debian: document a workaround for systems with
  possibly blocking /dev/random device (closes: #355414)..

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
int buf_readfile(buffer* buf, const char* filename);
56
56
int buf_getline(buffer * line, FILE * authfile);
57
57
 
58
 
int m_close(int fd);
 
58
void m_close(int fd);
59
59
void * m_malloc(size_t size);
60
60
void * m_strdup(const char * str);
61
61
void * m_realloc(void* ptr, size_t size);