[Asterisk-cvs] asterisk-addons/res_perl res_perl.c,1.3,1.4
anthm at lists.digium.com
anthm at lists.digium.com
Mon Sep 27 16:18:40 CDT 2004
Update of /usr/cvsroot/asterisk-addons/res_perl
In directory mongoose.digium.com:/tmp/cvs-serv2504
Modified Files:
res_perl.c
Log Message:
update
Index: res_perl.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/res_perl/res_perl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- res_perl.c 24 Sep 2004 22:13:37 -0000 1.3
+++ res_perl.c 27 Sep 2004 20:21:13 -0000 1.4
@@ -54,60 +54,60 @@
}
static char *get_hash_val(PerlInterpreter *my_perl,HV *hash,char *key) {
- SV *val;
- char *ret=NULL;
- if (hash) {
+ SV *val;
+ char *ret=NULL;
+ if (hash) {
val = *hv_fetch(hash,key,strlen(key),FALSE);
if (val)
[...1100 lines suppressed...]
char *description(void) {
- return tdesc;
+ return tdesc;
}
int usecount(void) {
- int res;
- STANDARD_USECOUNT(res);
- return res;
+ int res;
+ STANDARD_USECOUNT(res);
+ return res;
}
char *key() {
- return ASTERISK_GPL_KEY;
+ return ASTERISK_GPL_KEY;
}
More information about the svn-commits
mailing list