Skip to content

Commit

Permalink
chore(agent): add function declaration back
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuja2 committed Oct 30, 2024
1 parent 7adc8d6 commit 6ecae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/fw_hooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
#include "php_execute.h"

extern void nr_cakephp_enable_1(TSRMLS_D);
extern void nr_cakephp_enable(TSRMLS_D);
extern nr_framework_classification_t nr_cakephp_special_1(
const char* filename TSRMLS_DC);
Expand Down

0 comments on commit 6ecae1a

Please sign in to comment.