You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
|
|
|
|
|
|
|
|
#ifndef __SOURCE
|
|
|
|
#define __SOURCE
|
|
|
|
|
|
|
|
struct burn_source *burn_source_new(void);
|
|
|
|
|
|
|
|
int burn_source_cancel(struct burn_source *src);
|
|
|
|
|
|
|
|
#endif /*__SOURCE*/
|