Changeset e9c6fc8 for message.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
  • message.c

    rba88ae7 re9c6fc8  
    2323}
    2424
    25 owl_fmtext_cache *owl_message_next_fmtext(void) /*noproto*/
     25static owl_fmtext_cache *owl_message_next_fmtext(void)
    2626{
    2727    owl_fmtext_cache * f = fmtext_cache_next;
Note: See TracChangeset for help on using the changeset viewer.