Update plugin template to use the passed db pointer
modified plugins/pkg-plugin-template/Makefile
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified plugins/pkg-plugin-template/template.c
@@ -132,7 +132,7 @@ pkg_plugins_shutdown_template(void)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -148,7 +148,7 @@ my_callback1(void *data)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified plugins/pkg-plugin-template/template.h
@@ -28,8 +28,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|