15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); 
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); ***** BEGIN LICENSE BLOCK *****
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); Version: MPL 1.1/GPL 2.0/LGPL 2.1
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); The contents of this file are subject to the Mozilla Public License Version
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); 1.1 (the "License"); you may not use this file except in compliance with
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); the License. You may obtain a copy of the License at
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); http://www.mozilla.org/MPL/
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); Software distributed under the License is distributed on an "AS IS" basis,
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); for the specific language governing rights and limitations under the
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); License.
155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); The Original Code is mozilla.org code.
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); The Initial Developer of the Original Code is
195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); Netscape Communications Corporation.
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); Portions created by the Initial Developer are Copyright (C) 1998
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); the Initial Developer. All Rights Reserved.
225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); Contributor(s):
245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); Alternatively, the contents of this file may be used under the terms of
265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); either the GNU General Public License Version 2 or later (the "GPL"), or
275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); in which case the provisions of the GPL or the LGPL are applicable instead
295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); of those above. If you wish to allow use of your version of this file only
305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); under the terms of either the GPL or the LGPL, and not to allow others to
315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); use your version of this file under the terms of the MPL, indicate your
325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); decision by deleting the provisions above and replace them with the notice
335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); and other provisions required by the GPL or the LGPL. If you do not delete
345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); the provisions above, a recipient may use your version of this file under
355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); the terms of any one of the MPL, the GPL or the LGPL.
365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles);
375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles); ***** END LICENSE BLOCK *****
385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBRARY   NPSPY
405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)EXPORTS
425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	NP_GetEntryPoints   @1
435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	NP_Initialize       @2
445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	NP_Shutdown         @3
455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  SPY_Setup           @4