~ubuntu-branches/ubuntu/trusty/libhx/trusty-proposed

« back to all changes in this revision

Viewing changes to src/rtcheck.c

  • Committer: Package Import Robot
  • Author(s): Bastian Kleineidam
  • Date: 2011-12-18 08:40:39 UTC
  • mfrom: (13.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111218084039-0u1m6w6jz4voguzn
Tags: 3.12.1-1
* New upstream version.
* Rename package for new ABI version 28.
* Updated copyright year in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
stub1v(HXdir_close, (struct HXdir *a));
111
111
/* HX_copy_dir: has varargs */
112
112
/* HX_copy_file: has varargs */
113
 
stub1(HX_mkdir, (const char *a));
 
113
stub2(HX_mkdir, (const char *a, unsigned int b));
114
114
stub2(HX_readlink, (hxmc_t **a, const char *b));
115
115
stub3(HX_realpath, (hxmc_t **a, const char *b, unsigned int c));
116
116
stub1(HX_rrmdir, (const char *a));
159
159
stub1v(HXformat_free, (struct HXformat_map *a));
160
160
stub4(HXformat_add, (struct HXformat_map *a, const char *b, const void *c,
161
161
        unsigned int d));
162
 
stub3(HXformat2_aprintf, (const struct HXformat_map *a, hxmc_t **b,
 
162
stub3(HXformat_aprintf, (const struct HXformat_map *a, hxmc_t **b,
163
163
        const char *c));
164
 
stub4(HXformat2_sprintf, (const struct HXformat_map *a, char *b, size_t c,
 
164
stub4(HXformat_sprintf, (const struct HXformat_map *a, char *b, size_t c,
165
165
        const char *d));
166
 
stub3(HXformat2_fprintf, (const struct HXformat_map *a, FILE *b,
 
166
stub3(HXformat_fprintf, (const struct HXformat_map *a, FILE *b,
167
167
        const char *c));
168
168
 
169
169
stub4(HX_getopt, (const struct HXoption *a, int *b, const char ***c,
250
250
stub1(HX_strlower, (char *a));
251
251
stub1(HX_strltrim, (char *a));
252
252
stub3(HX_strmid, (const char *a, long b, long c));
 
253
stub2(HX_strndup, (const char *a, size_t b));
 
254
stub2(HX_strnlen, (const char *a, size_t b));
253
255
stub3(HX_strquote, (const char *a, unsigned int b, char **c));
254
256
stub2(HX_strrcspn, (const char *a, const char *b));
255
257
stub1(HX_strrev, (char *a));