add a semantic patch for the API change

This commit is contained in:
Evan Hunt 2019-08-28 21:10:10 -07:00
parent c48979e6c5
commit a8595262f7

View file

@ -0,0 +1,7 @@
@@
expression C;
expression M;
@@
- dns_rbtnodechain_init(C, M);
+ dns_rbtnodechain_init(C);