diff options
Diffstat (limited to 'modules/libjar/nsIJARFactory.h')
-rw-r--r-- | modules/libjar/nsIJARFactory.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/libjar/nsIJARFactory.h b/modules/libjar/nsIJARFactory.h new file mode 100644 index 000000000..a5b48280e --- /dev/null +++ b/modules/libjar/nsIJARFactory.h @@ -0,0 +1,10 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* 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 nsIJARFactory_h__ +#define nsIJARFactory_h__ + +#endif // nsIJARFactory_h__ |