~ubuntu-branches/ubuntu/trusty/cctools/trusty-proposed

« back to all changes in this revision

Viewing changes to s3tools/src/s3c_util.h

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-03-30 12:40:01 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120330124001-ze0lhxm5uwq2e3mo
Tags: 3.4.2-2
Added patch to handle a missing CFLAGS variable in Python's sysconfig
report (Closes: #661658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
const char * s3_get_header(enum s3_header_type type, const char* custom_type);
81
81
int s3_header_comp(const void *a, const void *b);
82
82
int sign_message(struct s3_message* mesg, const char* user, const char * key);
 
83
struct link * s3_send_message(struct s3_message *mesg, struct link *server, time_t stoptime);
83
84
int s3_message_to_string(struct s3_message *mesg, char** text);
84
85
 
85
86
#endif