Hi, On Sun, 11 Nov 2001 23:16:37 +0100 "Emiliano" <[EMAIL PROTECTED]> wrote:
> On Sunday 11 November 2001 12:20, you wrote: > > Is this correct? > > (I added them as anotations to the manual) > > > > You also got these functions: > > mgd_copy_snippet > > mgd_move_snippet > > I would guess they are defined as such: > > int mgd_move_snippet (int id,int snippetdirid); > > > > bool mgd_copy_snippet (int id,int snippetdirid); > > David created the move & copy functions, he'll be able to fill you in. More logically, it is instead: bool mgd_move_snippet (int id,int snippetdirid); //returns true is successful, false otherwise int mgd_copy_snippet (int id,int snippetdirid); //returns the id of the new snippet or 0 if unsuccessful > Emile David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
