diff options
Diffstat (limited to 'src/core/nm-priv-helper-call.h')
| -rw-r--r-- | src/core/nm-priv-helper-call.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-priv-helper-call.h b/src/core/nm-priv-helper-call.h index 1915c5b3..334daa77 100644 --- a/src/core/nm-priv-helper-call.h +++ b/src/core/nm-priv-helper-call.h @@ -8,7 +8,7 @@ typedef void (*NMPrivHelperCallGetFDCallback)(int fd_take, GError *error, gpointer user_data); void nm_priv_helper_call_get_fd(NMPrivHelperGetFDType fd_type, - GCancellable * cancellable, + GCancellable *cancellable, NMPrivHelperCallGetFDCallback callback, gpointer user_data); |