Mercurial > pidgin
diff src/protocols/simple/simple.h @ 11829:4669e7461968
[gaim-migrate @ 14120]
Regular comment changes. I'm sorry to force a big recompilation. It had to be done at some point, though, and I've tried to do this all in one day.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Wed, 26 Oct 2005 00:34:26 +0000 |
| parents | e1ab173ef3b5 |
| children | 2f379ed0c26b |
line wrap: on
line diff
--- a/src/protocols/simple/simple.h Wed Oct 26 00:33:21 2005 +0000 +++ b/src/protocols/simple/simple.h Wed Oct 26 00:34:26 2005 +0000 @@ -67,7 +67,7 @@ int cseq; time_t reregister; time_t republish; - int registerstatus; // 0 nothing, 1 first registration send, 2 auth received, 3 registered + int registerstatus; /* 0 nothing, 1 first registration send, 2 auth received, 3 registered */ struct sip_auth registrar; struct sip_auth proxy; int listenfd; @@ -106,7 +106,7 @@ struct transaction { time_t time; int retries; - int transport; // 0 = tcp, 1 = udp + int transport; /* 0 = tcp, 1 = udp */ int fd; gchar *cseq; struct sipmsg *msg;
