return -1;
}
-const const char *description(void)
+const char *description(void)
{
return "ADSI Resource";
}
return 1;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return ast_register_application(app, agi_exec, synopsis, descrip);
}
-const const char *description(void)
+const char *description(void)
{
return tdesc;
}
return res;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return ast_cli_register(&cli_orig);
}
-const const char *description(void)
+const char *description(void)
{
return tdesc;
}
return 0;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return 0;
}
-char *description (void)
+const char *description(void)
{
return tdesc;
}
return 1;
}
-char *key ()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return 1;
}
-char *description (void)
+const char *description(void)
{
return res_config_pgsql_desc;
}
return 0;
}
-char *key ()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return ast_cli_register(&audio_convert_cli);
}
-const const char *description(void)
+const char *description(void)
{
return desc;
}
return res;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return -1;
}
-const const char *description(void)
+const char *description(void)
{
return "Cryptographic Digital Signatures";
}
return 1;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return ast_unregister_application(parkedcall);
}
-const const char *description(void)
+const char *description(void)
{
return "Call Features Resource";
}
#endif
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
return ind_load_module();
}
-const const char *description(void)
+const char *description(void)
{
/* that the following cast is needed, is yuk! */
return (char*)dtext;
return 0;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}