gecko-dev/netwerk/protocol/ftp/ftpCore.h

16 lines
414 B
C
Raw Normal View History

/* -*- 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/. */
#ifndef __ftpCore_h___
#define __ftpCore_h___
#include "nsError.h"
/**
* Status nsresult codes
*/
1999-07-02 05:37:21 +00:00
#endif // __ftpCore_h___