X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmelted%2Fmelted_commands.h;h=c2424beaee112955cf588571ac39c6cc596fe666;hb=91af795798049db85f9ad3814edc85fd474a5866;hp=9d79683c04b0d05ac3e9fc737f274f34c07ecd04;hpb=27f0329aa8f434794f1f18e018fc3221e58b77a4;p=melted diff --git a/src/melted/melted_commands.h b/src/melted/melted_commands.h index 9d79683..c2424be 100644 --- a/src/melted/melted_commands.h +++ b/src/melted/melted_commands.h @@ -1,6 +1,6 @@ /* - * global_commands.h - * Copyright (C) 2002-2003 Ushodaya Enterprises Limited + * melted_commands.h - global commands + * Copyright (C) 2002-2009 Ushodaya Enterprises Limited * Author: Dan Dennedy * * This program is free software; you can redistribute it and/or modify @@ -19,31 +19,30 @@ */ -#ifndef _GLOBAL_COMMANDS_H_ -#define _GLOBAL_COMMANDS_H_ +#ifndef _MELTED_COMMANDS_H_ +#define _MELTED_COMMANDS_H_ -#include -#include "miracle_unit.h" -#include "miracle_connection.h" +#include +#include "melted_unit.h" +#include "melted_connection.h" #ifdef __cplusplus extern "C" { #endif -extern miracle_unit miracle_get_unit( int ); -extern void miracle_delete_unit( int ); -extern void miracle_delete_all_units( void ); -extern int miracle_unit_status( int n, valerie_status status, int root_offset ); +extern melted_unit melted_get_unit( int ); +extern void melted_delete_unit( int ); +extern void melted_delete_all_units( void ); //extern void raw1394_start_service_threads( void ); //extern void raw1394_stop_service_threads( void ); -extern response_codes miracle_add_unit( command_argument ); -extern response_codes miracle_list_nodes( command_argument ); -extern response_codes miracle_list_units( command_argument ); -extern response_codes miracle_list_clips( command_argument ); -extern response_codes miracle_set_global_property( command_argument ); -extern response_codes miracle_get_global_property( command_argument ); +extern response_codes melted_add_unit( command_argument ); +extern response_codes melted_list_nodes( command_argument ); +extern response_codes melted_list_units( command_argument ); +extern response_codes melted_list_clips( command_argument ); +extern response_codes melted_set_global_property( command_argument ); +extern response_codes melted_get_global_property( command_argument ); #ifdef __cplusplus }