Changeset e9c6fc8 for aim.c


Ignore:
Timestamp:
Dec 10, 2009, 1:38:09 PM (14 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
438009c
Parents:
c0ddaea
git-author:
Anders Kaseorg <andersk@mit.edu> (11/04/09 18:20:05)
git-committer:
Anders Kaseorg <andersk@mit.edu> (12/10/09 13:38:09)
Message:
Replace /* noproto */ comments with static.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aim.c

    r1fdca1b re9c6fc8  
    192192}
    193193
    194 void owl_aim_unset_ignorelogin(owl_timer *t, void *data) {      /* noproto */
     194static void owl_aim_unset_ignorelogin(owl_timer *t, void *data)
     195{
    195196    owl_global_unset_ignore_aimlogin(&g);
    196197}
     
    257258#define AIM_CHARSET_UNICODE            0x0002
    258259
    259 int owl_aim_do_send(const char *to, const char *msg, int flags) /* noproto */
     260static int owl_aim_do_send(const char *to, const char *msg, int flags)
    260261{
    261262  int ret;
Note: See TracChangeset for help on using the changeset viewer.