diff options
author | malosek <malosek@fastmq.com> | 2009-10-05 16:57:26 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-10-05 16:57:26 +0200 |
commit | ac83175ef0f0084f281a416785679f8b56f551b9 (patch) | |
tree | e752d56d295f9ae4ee0b3ef206d0f63807eac477 /foreign | |
parent | 3daeff2786ce1d6d8e58f0ad15e693f2c48c94f9 (diff) |
updated to recent PGM2 changes
Diffstat (limited to 'foreign')
-rw-r--r-- | foreign/openpgm/create_custom_gsi_1.patch | 2 |
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*); |