calvados/save_to_file.c
Leeland Heins fbf7281338 Update to current
Added a significant amount more of the UI code
2017-04-11 18:22:23 -05:00

18 lines
218 B
C

#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "calvados.h"
/*
*
* save_to_file()
*
* Actually save data to a file
*
*/
void save_to_file(char *filename)
{
g_print("Save to file goes here.\n");
}