Commit ac1ac99367a71ea6980559be36cca5fa7c6bf13a
1 parent
5e533e4a
Exists in
master
and in
1 other branch
+ Starting ipc methods.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/linux/methods.c
| ... | ... | @@ -33,7 +33,7 @@ |
| 33 | 33 | */ |
| 34 | 34 | |
| 35 | 35 | #include "gobject.h" |
| 36 | -#include <v3270.h> | |
| 36 | +#include <lib3270.h> | |
| 37 | 37 | |
| 38 | 38 | #include <dbus/dbus-glib.h> |
| 39 | 39 | #include <dbus/dbus-glib-bindings.h> |
| ... | ... | @@ -49,7 +49,6 @@ ipc3270_method_call (GDBusConnection *connection, |
| 49 | 49 | gpointer user_data) |
| 50 | 50 | { |
| 51 | 51 | |
| 52 | - | |
| 53 | 52 | g_dbus_method_invocation_return_error ( |
| 54 | 53 | invocation, |
| 55 | 54 | G_DBUS_ERROR, | ... | ... |