~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to readwrite.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-14 18:21:08 UTC
  • mto: (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20091114182108-x8n9136us3wdyyrd
Tags: upstream-2.2.2~pre1
ImportĀ upstreamĀ versionĀ 2.2.2~pre1

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
int ftp_read_data(struct vsf_session* p_sess, char* p_buf, unsigned int len);
16
16
int ftp_write_data(const struct vsf_session* p_sess, const char* p_buf,
17
17
                   unsigned int len);
18
 
void ftp_getline(struct vsf_session* p_sess, struct mystr* p_str, char* p_buf);
 
18
int ftp_getline(struct vsf_session* p_sess, struct mystr* p_str, char* p_buf);
19
19
 
20
20
#endif /* VSF_READWRITE_H */
21
21