Mercurial > pidgin
comparison src/protocols/simple/sipmsg.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 | e5bbe5070e04 |
| children | d594f0466585 |
comparison
equal
deleted
inserted
replaced
| 11828:5c50be815a4e | 11829:4669e7461968 |
|---|---|
| 24 #define _GAIM_SIPMSG_H | 24 #define _GAIM_SIPMSG_H |
| 25 | 25 |
| 26 #include <glib.h> | 26 #include <glib.h> |
| 27 | 27 |
| 28 struct sipmsg { | 28 struct sipmsg { |
| 29 int response; // 0 means request, otherwise response code | 29 int response; /* 0 means request, otherwise response code */ |
| 30 gchar *method; | 30 gchar *method; |
| 31 gchar *target; | 31 gchar *target; |
| 32 GSList *headers; | 32 GSList *headers; |
| 33 int bodylen; | 33 int bodylen; |
| 34 gchar *body; | 34 gchar *body; |
