Removed argc/argv parameters from ca_start plugin API function. You may need to change signatures of your startup in your plugins

This commit is contained in:
Olof hagsand 2019-03-28 17:11:55 +01:00
parent cdbce7645e
commit 60cb87f998
12 changed files with 72 additions and 96 deletions

View file

@ -51,7 +51,7 @@
* the main event loop is entered.
*/
int
plugin_start(clicon_handle h, int argc, char **argv)
plugin_start(clicon_handle h)
{
return 0;
}