-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove duplicate function declarations-v4 #11998
Remove duplicate function declarations-v4 #11998
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Nancyenos !
The subject line change is to be done in the commit not the PR title. ;)
26f0fd8
to
aa4523f
Compare
@inashivb is it okay now? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11998 +/- ##
==========================================
+ Coverage 82.75% 83.23% +0.48%
==========================================
Files 910 910
Lines 249016 258136 +9120
==========================================
+ Hits 206069 214857 +8788
- Misses 42947 43279 +332
Flags with carried forward coverage won't be shown. Click here to find out more. |
The commit message is good now, thanks (although we prefer not having PRs with force-pushes ;) ) |
worked continued in #12015 |
Ticket: #7297
Make sure these boxes are checked accordingly before submitting your Pull Request -- thank you.
Contribution style:
https://docs.suricata.io/en/latest/devguide/contributing/contribution-process.html
Our Contribution agreements:
https://suricata.io/about/contribution-agreement/ (note: this is only required once)
Link to ticket: https://redmine.openinfosecfoundation.org/issues/7297
Describe changes:
-Remove duplicate function declarations from header files
-Add a prefix misc: to the subject
-previous pr: #11993