FIXUP
[metze/wireshark/wip.git] / clopts_common.h
index 9077ead647baa5ab95fa73d5fcc45720a080b055..23dbfea0f7ce2f10f091042b5557c3a16320f938 100644 (file)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __PROTO_DUMPOPTS_H__
@@ -30,10 +30,8 @@ extern "C" {
 #endif /* __cplusplus */
 
 int get_natural_int(const char *string, const char *name);
-int get_positive_int(const char *string, const char *name);
 
-gint64 get_natural_int64(const char *string, const char *name);
-gint64 get_positive_int64(const char *string, const char *name);
+int get_positive_int(const char *string, const char *name);
 
 #ifdef __cplusplus
 }