diff options
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r-- | src/include/gnunet_pq_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h index db9befa1a..3d9c12cb2 100644 --- a/src/include/gnunet_pq_lib.h +++ b/src/include/gnunet_pq_lib.h | |||
@@ -1621,7 +1621,7 @@ GNUNET_PQ_event_notify (struct GNUNET_PQ_Context *db, | |||
1621 | * @return channel to notify upon | 1621 | * @return channel to notify upon |
1622 | */ | 1622 | */ |
1623 | char * | 1623 | char * |
1624 | GNUNET_PG_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es); | 1624 | GNUNET_PQ_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es); |
1625 | 1625 | ||
1626 | 1626 | ||
1627 | /** | 1627 | /** |