mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 10:06:22 +00:00
Put getting mentions in own function
So we can use it somewhere else too. Regards https://github.com/profanity-im/profanity/issues/1261
This commit is contained in:
@@ -99,6 +99,7 @@ gboolean is_notify_enabled(void);
|
||||
|
||||
GSList* prof_occurrences(const char *const needle, const char *const haystack, int offset, gboolean whole_word,
|
||||
GSList **result);
|
||||
GSList* get_mentions(gboolean whole_word, gboolean case_sensitive, const char *const message, const char *const nick);
|
||||
|
||||
int is_regular_file(const char *path);
|
||||
int is_dir(const char *path);
|
||||
|
||||
Reference in New Issue
Block a user