Parent Directory
|
Revision Log
|
Patch
revision 77 by nigel, Sat Feb 24 21:40:45 2007 UTC | revision 85 by nigel, Sat Feb 24 21:41:13 2007 UTC | |
---|---|---|
# | Line 63 Returns: the (possibly updated) c | Line 63 Returns: the (possibly updated) c |
63 | a negative error number | a negative error number |
64 | */ | */ |
65 | ||
66 | EXPORT int | PCRE_EXPORT int |
67 | pcre_refcount(pcre *argument_re, int adjust) | pcre_refcount(pcre *argument_re, int adjust) |
68 | { | { |
69 | real_pcre *re = (real_pcre *)argument_re; | real_pcre *re = (real_pcre *)argument_re; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |