~ubuntu-branches/ubuntu/precise/libfs/precise-security

« back to all changes in this revision

Viewing changes to src/FSListExt.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-05-25 00:57:27 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080525005727-2wdap6qvbuh95bmb
Tags: 2:1.0.1-1
* New upstream release.
* Install the upstream ChangeLog.
* Add upstream URL and missing copyright holders and licenses to
  debian/copyright, based on upstream's new COPYING file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#include        "FSlibint.h"
59
59
 
60
60
char      **
61
 
FSListExtensions(svr, next)
62
 
    FSServer     *svr;
63
 
    int        *next;
 
61
FSListExtensions(
 
62
    FSServer    *svr,
 
63
    int         *next)
64
64
{
65
65
    fsListExtensionsReply rep;
66
66
    char      **list;
114
114
 
115
115
}
116
116
 
117
 
int FSFreeExtensionList(list)
118
 
    char      **list;
 
117
int FSFreeExtensionList(char **list)
119
118
{
120
119
    if (list != NULL) {
121
120
        FSfree(list[0] - 1);