summaryrefslogtreecommitdiff
path: root/foreign
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-10-05 16:57:26 +0200
committermalosek <malosek@fastmq.com>2009-10-05 16:57:26 +0200
commitac83175ef0f0084f281a416785679f8b56f551b9 (patch)
treee752d56d295f9ae4ee0b3ef206d0f63807eac477 /foreign
parent3daeff2786ce1d6d8e58f0ad15e693f2c48c94f9 (diff)
updated to recent PGM2 changes
Diffstat (limited to 'foreign')
-rw-r--r--foreign/openpgm/create_custom_gsi_1.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreign/openpgm/create_custom_gsi_1.patch b/foreign/openpgm/create_custom_gsi_1.patch
index 2e709f1..55d0386 100644
--- a/foreign/openpgm/create_custom_gsi_1.patch
+++ b/foreign/openpgm/create_custom_gsi_1.patch
@@ -4,7 +4,7 @@
int pgm_create_md5_gsi (pgm_gsi_t*);
int pgm_create_ipv4_gsi (pgm_gsi_t*);
-+int pgm_create_custom_gsi (const char *string_, pgm_gsi_t*);
++int pgm_create_custom_gsi (const char*, pgm_gsi_t*);
int pgm_print_gsi_r (const pgm_gsi_t*, char*, gsize);
gchar* pgm_print_gsi (const pgm_gsi_t*);