Add an Alert callback. bigzid: 462
[deb_libcec.git] / src / testclient / main.cpp
index 1621ad34b1d80b437409bc805765c2bc460d5b2f..c1106d5cdcf88dfc3c4f84b95d5aef1873e79269 100644 (file)
@@ -181,6 +181,7 @@ void EnableCallbacks(ICECAdapter *adapter)
   g_callbacks.CBCecKeyPress   = &CecKeyPress;
   g_callbacks.CBCecCommand    = &CecCommand;
   g_callbacks.CBCecConfigurationChanged = NULL;
+  g_callbacks.CBCecAlert      = NULL;
   adapter->EnableCallbacks(NULL, &g_callbacks);
 }