pam: Add helper to replace G_GNUC_UNUSED to copy/paste header

This commit is contained in:
Bastien Nocera
2020-01-14 15:17:47 +01:00
parent 6e3b053372
commit 0bdf801043

View File

@ -26,6 +26,8 @@
#include <stdio.h>
#include <stdbool.h>
#define GNUC_UNUSED __attribute__((__unused__))
struct {
const char *dbus_name;
const char *place_str_generic;