mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
8 lines
77 B
C
8 lines
77 B
C
|
|
||
|
#ifndef BOOKMARK_H
|
||
|
#define BOOKMARK_H
|
||
|
|
||
|
void bookmark_request(void);
|
||
|
|
||
|
#endif
|