Skip to content

Commit

Permalink
Merge identical declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Oct 5, 2020
1 parent 49bb1b5 commit cdd3913
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions RichString.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,10 @@ typedef struct RichString_ {
CharType chstr[RICHSTRING_MAXLEN+1];
} RichString;

#ifdef HAVE_LIBNCURSESW

void RichString_setAttrn(RichString* this, int attrs, int start, int finish);

int RichString_findChar(RichString* this, char c, int start);

#else /* HAVE_LIBNCURSESW */

void RichString_setAttrn(RichString* this, int attrs, int start, int finish);

int RichString_findChar(RichString* this, char c, int start);

#endif /* HAVE_LIBNCURSESW */

void RichString_prune(RichString* this);

void RichString_setAttr(RichString* this, int attrs);
Expand Down

0 comments on commit cdd3913

Please sign in to comment.