gnomeremote.inc 376 B

12345678910
  1. {$IfDef read_interface}
  2. procedure gnome_remote_get_command(host:Pchar; argcp:Pgint; argvp:PPPchar);cdecl;external libgnomedll name 'gnome_remote_get_command';
  3. procedure gnome_remote_set_command(host:Pchar; argc:gint; argv:PPchar);cdecl;external libgnomedll name 'gnome_remote_set_command';
  4. {$EndIf read_interface}
  5. {$Ifdef read_implementation}
  6. {$Endif read_implementation}