예제 #1
0
파일: roar.c 프로젝트: Brijen/cmus
static int op_roar_drop(void)
{
    if (roar_vs_reset_buffer(vss, ROAR_VS_TRUE, ROAR_VS_TRUE, &err) == -1) {
        /* FIXME: handle this error
         * FIXME: I'm deprecated */
    }
    return 0;
}
예제 #2
0
파일: roar.c 프로젝트: kcrossan/libcmus
static int op_roar_drop(void)
{
	roar_vs_reset_buffer(vss, ROAR_VS_TRUE, ROAR_VS_TRUE, &err);
	return 0;
}