2001-09-28 20:14:13 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1999-04-28 22:45:57 +00:00
|
|
|
|
|
|
|
#ifndef __ftpCore_h___
|
|
|
|
#define __ftpCore_h___
|
|
|
|
|
2012-07-27 14:03:27 +00:00
|
|
|
#include "nsError.h"
|
2001-10-28 08:58:18 +00:00
|
|
|
|
2001-01-10 23:45:04 +00:00
|
|
|
/**
|
2002-12-04 04:18:08 +00:00
|
|
|
* Status nsresult codes
|
2001-01-10 23:45:04 +00:00
|
|
|
*/
|
|
|
|
|
1999-07-02 05:37:21 +00:00
|
|
|
#endif // __ftpCore_h___
|