diff options
Diffstat (limited to 'protocols/Twitter/ui.h')
-rw-r--r-- | protocols/Twitter/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Twitter/ui.h b/protocols/Twitter/ui.h index f036f8d55d..f5520bba40 100644 --- a/protocols/Twitter/ui.h +++ b/protocols/Twitter/ui.h @@ -21,5 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. INT_PTR CALLBACK first_run_dialog(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
INT_PTR CALLBACK tweet_proc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK pin_proc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
INT_PTR CALLBACK options_proc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
INT_PTR CALLBACK popup_options_proc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
\ No newline at end of file |