Skip to content

Instantly share code, notes, and snippets.

@angad
Created October 21, 2013 19:30
Show Gist options
  • Save angad/7089521 to your computer and use it in GitHub Desktop.
Save angad/7089521 to your computer and use it in GitHub Desktop.
centerim-4.22.10 src/hooks/abstracthook.h patch
54a55,65
> enum logevent {
> logConnecting,
> logLogged,
> logSearchFinished,
> logPasswordChanged,
> logDisconnected,
> logContactAdd,
> logContactRemove,
> logConfMembers
> };
>
65a77
> void log(logevent ev, ...);
73,86c85
< enum logevent {
< logConnecting,
< logLogged,
< logSearchFinished,
< logPasswordChanged,
< logDisconnected,
< logContactAdd,
< logContactRemove,
< logConfMembers
< };
<
< void log(logevent ev, ...);
<
< static const unsigned char Language_table_size;
---
> static const unsigned char Language_table_size;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment