mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Mark several non-modified pointer variables const
This commit is contained in:

committed by
BenBE

parent
1b2d48bc9a
commit
d72b0a682e
@ -44,7 +44,7 @@ typedef struct RichString_ {
|
||||
|
||||
void RichString_setAttrn(RichString* this, int attrs, int start, int charcount);
|
||||
|
||||
int RichString_findChar(RichString* this, char c, int start);
|
||||
int RichString_findChar(const RichString* this, char c, int start);
|
||||
|
||||
void RichString_prune(RichString* this);
|
||||
|
||||
|
Reference in New Issue
Block a user