~ubuntu-branches/ubuntu/precise/uim/precise

« back to all changes in this revision

Viewing changes to emacs/uim-el-helper-agent.h

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-12-18 16:35:38 UTC
  • mfrom: (1.1.13) (15.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111218163538-8ktir39z2mjpii8z
Tags: 1:1.7.1-3ubuntu1
* Merge from Debian testing (LP: #818199).
* Remaining changes:
  - debian/uim-qt.install: Fix plugin path for multiarch location.
* Dropped changes:
  - uim-applet-gnome removal (GNOME 3 applet is available)
  - 19_as-needed_compile_fix.dpatch (accepted into Debian package)
* translations.patch: add several files to POTFILE.in to prevent
  intltool-update failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright (c) 2006-2009 uim Project http://code.google.com/p/uim/
 
2
  Copyright (c) 2006-2011 uim Project http://code.google.com/p/uim/
3
3
 
4
4
  All rights reserved.
5
5
 
34
34
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
35
*/
36
36
 
37
 
#ifndef UIM_HELPER_AGENT_H
38
 
#define UIM_HELPER_AGENT_H
 
37
#ifndef UIM_EMACS_UIM_EL_HELPER_AGENT_H
 
38
#define UIM_EMACS_UIM_EL_HELPER_AGENT_H
 
39
 
 
40
#include <config.h>
39
41
 
40
42
#include "helper-server.h"
41
43
#include "helper-message.h"
47
49
static int command_exists_in_cmdbuf();
48
50
static int process_command();
49
51
static void process_message(char *msg);
50
 
static void read_command();
 
52
static int read_command();
51
53
static void wait_data_arrival(fd_set *rfds);
52
54
 
53
55
void cleanup(void);