mirror of https://github.com/BOINC/boinc.git
5 lines
148 B
C
5 lines
148 B
C
|
// show a message.
|
||
|
// Implemented in different ways in cmdline client versus GUI client
|
||
|
//
|
||
|
extern void show_message(char* message, char* priority);
|