calvados/convert_to_archive_file.c

18 lines
299 B
C

#include <gtk/gtk.h>
#include "calvados.h"
/*
*
* convert_to_archive_file()
*
* convert_to_archive_file Volume from the menu.
*
*/
void convert_to_archive_file(GtkWidget *widget, gpointer data)
{
/* --- Display message --- */
g_print("convert_to_archive_file function goes here.\n");
}