| 17 * You should have received a copy of the GNU General Public License |
17 * You should have received a copy of the GNU General Public License |
| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| 21 |
21 |
| 22 #include "internal.h" |
22 #include "myspace.h" |
| 23 #include "message.h" |
23 #include "message.h" |
| 24 #include "myspace.h" |
|
| 25 |
24 |
| 26 static void msim_msg_debug_string_element(gpointer data, gpointer user_data); |
25 static void msim_msg_debug_string_element(gpointer data, gpointer user_data); |
| 27 |
26 |
| 28 /** |
27 /** |
| 29 * Escape codes and associated replacement text, used for protocol message |
28 * Escape codes and associated replacement text, used for protocol message |