Skip to content

Commit

Permalink
libs/rfc1035/rfc1035str.c: fix missing prototype for strcasecmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 10, 2024
1 parent 5c3d510 commit 70f1be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion courier-imap-x/libs/rfc1035/rfc1035str.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

#include "rfc1035.h"
#include <string.h>
#include <strings.h>


static struct { const char *name; int num; } typetab[]={
Expand Down
3 changes: 3 additions & 0 deletions indimail-access/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Release @version@-@release@ Start 28/11/2024 End 03/12/2023
04. upgraded courier-imap to 5.2.6
05. upgraded maildrop to 3.1.6
- 01/01/2024 - indimail-3.4.6
- 10/05/2024
06. courier-imap/libs/rfc1035/rfc1035str.c: Fix missing prototype for
strcasecmp

* Tue Nov 28 2023 11:04:28 +0000 Manvendra Bhangui <[email protected]> 1.1.1-1.1%{?dist}
Release 1.1.1-1.1 Start 01/03/2021 End 28/11/2023
Expand Down

0 comments on commit 70f1be5

Please sign in to comment.