~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/include/K3_ui.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-v4d5tb1m3h3vi0dl
Tags: upstream-1.3.15
ImportĀ upstreamĀ versionĀ 1.3.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// =====================================================================
 
2
// K3 user interface support
 
3
//
 
4
// a part of flrig
 
5
//
 
6
// =====================================================================
 
7
 
 
8
void read_K3();
 
9
void K3_set_split(int val);
 
10
void K3_A2B();
 
11
void cb_K3_swapAB();