summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/gnome1/src/libgnome/gnomeremote.inc
blob: 4a0ce753d16fce0e4c3116e03130559e23589e91 (plain)
1
2
3
4
5
6
7
8
9
10
{$IfDef read_interface}

procedure gnome_remote_get_command(host:Pchar; argcp:Pgint; argvp:PPPchar);cdecl;external libgnomedll name 'gnome_remote_get_command';
procedure gnome_remote_set_command(host:Pchar; argc:gint; argv:PPchar);cdecl;external libgnomedll name 'gnome_remote_set_command';

{$EndIf read_interface}

{$Ifdef read_implementation}

{$Endif read_implementation}