File: config.h

package info (click to toggle)
mudita24 1.0.3%2Bsvn13-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 608 kB
  • sloc: ansic: 8,577; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
#ifndef CONFIG__H
#define CONFIG__H

void config_open();
void config_close();
void config_set_stereo(GtkWidget *but, gpointer data);
void config_restore_stereo();

#endif