Parent Directory
|
Revision Log
|
Patch
revision 305 by ph10, Sun Jan 20 20:07:32 2008 UTC | revision 359 by ph10, Wed Jul 9 16:20:19 2008 UTC | |
---|---|---|
# | Line 68 Returns: the (possibly updated) c | Line 68 Returns: the (possibly updated) c |
68 | a negative error number | a negative error number |
69 | */ | */ |
70 | ||
71 | PCRE_EXP_DEFN int | PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
72 | pcre_refcount(pcre *argument_re, int adjust) | pcre_refcount(pcre *argument_re, int adjust) |
73 | { | { |
74 | real_pcre *re = (real_pcre *)argument_re; | real_pcre *re = (real_pcre *)argument_re; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |