Message ID | 20231129004759.1240786-3-gerickson@nuovations.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | connection: Harmonize Search Function Names and Document Search Functions | expand |
diff --git a/src/connection.c b/src/connection.c index 7b73b48ab1ea..a6ec3c7ab5fa 100644 --- a/src/connection.c +++ b/src/connection.c @@ -216,7 +216,8 @@ static struct gateway_config *find_gateway(int index, const char *gateway) return NULL; } -static struct gateway_data *lookup_gateway_data(struct gateway_config *config) +static struct gateway_data *lookup_gateway_data( + const struct gateway_config *config) { GHashTableIter iter; gpointer value, key;