Skip to content

Commit d9dc497

Browse files
mfulblavarou
authored andcommitted
change temp to test - need to figure out how to make it const
1 parent b5b36d2 commit d9dc497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axiom/nr_php_packages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typedef void(nr_php_packages_iter_t)(void* value,
3838
void* user_data);
3939

4040
void nr_php_packages_set_known(nr_php_packages_t* pkgs,
41-
const nr_hashmap_t* known);
41+
nr_hashmap_t* known); /* should be CONST! */
4242

4343
/*
4444
* Purpose : Create a new php package with desired source priority. If the name is null, then no package will

0 commit comments

Comments
 (0)