diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-01 17:48:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-01 17:48:23 +0000 |
commit | 14ad5bd238bb3fb2edf8284a1c35f175e2f31d5f (patch) | |
tree | e0a1eb801b53fa19033de0ad932c3c3f33169056 /plugins/AVS/src/poll.h | |
parent | 44cecc5837d3bea55555c1f47f834e95be33d9a5 (diff) |
crash fix for AVS
git-svn-id: http://svn.miranda-ng.org/main/trunk@4277 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/poll.h')
-rw-r--r-- | plugins/AVS/src/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AVS/src/poll.h b/plugins/AVS/src/poll.h index cfc5417488..99d15da999 100644 --- a/plugins/AVS/src/poll.h +++ b/plugins/AVS/src/poll.h @@ -28,6 +28,7 @@ struct QueueItem };
void InitPolls();
+void UninitPolls();
// Add an contact to a queue
void QueueAdd(HANDLE hContact);
|